Nettoyage code + exception save note

This commit is contained in:
Emmanuel Viennet 2023-05-29 16:04:41 +02:00 committed by iziram
parent 462fbc802a
commit db2d69da88

View File

@ -584,7 +584,7 @@ def notes_add(
evaluation_id=evaluation_id, etudid=etudid
).first()
raise ScoBugCatcher(
f"dup: existing={existing_note} value={value}"
f"dup: existing={existing_note}"
) from exc
changed = True
else: