Commit a4274276 authored by Titouan Soulard's avatar Titouan Soulard

erp5_core: fix `TypeError` on raise in `Base_edit`

String value raised with `ValueError` had an extra `%s` at the end, hence
raising another error when formatting:

> TypeError: not enough arguments for format string

This commit simply removes the extra formatting character, since I could not
guess what should have been printed here.
parent 4aec00c2
Pipeline #38723 failed with stage
in 0 seconds