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.
14 jobs for master
in 0 seconds, using 0 compute credits, and was queued for 0 seconds