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 7846f9f commit bff8499Copy full SHA for bff8499
datajoint/autopopulate.py
@@ -338,7 +338,7 @@ def _populate1(
338
computed_result = next(gen) # perform the computation
339
gen = make(dict(key), **(make_kwargs or {})) # restart make
340
# fetch and insert inside a transaction
341
- self.connnection.start_transaction()
+ self.connection.start_transaction()
342
fetched_data = next(gen)
343
if (
344
fetch_hash
0 commit comments