We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55bbcb commit 964743eCopy full SHA for 964743e
datajoint/autopopulate.py
@@ -414,7 +414,7 @@ def _populate1(
414
]
415
): # raise error if fetched data has changed
416
raise DataJointError(
417
- "Referential integrity failed - the `make_fetch` data has changed."
+ "Referential integrity failed! The `make_fetch` data has changed"
418
)
419
gen.send(computed_result) # insert
420
0 commit comments