Merge branch 'testMaster' into assiduites_merge

This commit is contained in:
Matthias HARTMANN 2023-05-31 09:28:07 +02:00
commit 88819cdf81

View File

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