forked from ScoDoc/ScoDoc
Nettoyage code + exception save note
This commit is contained in:
parent
462fbc802a
commit
db2d69da88
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user