Skip to content
Snippets Groups Projects
Commit 58645183 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Fix typo in error message

parent 0b4dac2d
Branches
Tags
1 merge request!184Release 0.9.1
Pipeline #55502 passed with warnings
......@@ -692,7 +692,7 @@ one with the entities that need to be updated and the other with entities to be
upd_problems = []
if len(ins_problems) > 0 or len(upd_problems) > 0:
raise ForbiddenTransaction(
"One or more Records that have a parent which is excluded from inserts or updates."
"One or more Records have a parent which is excluded from inserts or updates."
f"\nRecords excluded from inserts have the following RecordTypes:\n"
f"{[el.parents[0].name for el in ins_problems]}"
f"\nRecords excluded from updates have the following RecordTypes:\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment