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 2c96ca4 commit 1da0346Copy full SHA for 1da0346
datajoint/base_relation.py
@@ -309,7 +309,7 @@ def delete(self, verbose=True):
309
safe = config['safemode']
310
if already_in_transaction and safe:
311
raise DataJointError('Cannot delete within a transaction in safemode. '
312
- 'Set dj.config["setmode"] = False or complete the ongoing transaction first.')
+ 'Set dj.config["safemode"] = False or complete the ongoing transaction first.')
313
graph = self.connection.dependencies
314
graph.load()
315
delete_list = collections.OrderedDict()
0 commit comments