Skip to content

Commit bff8499

Browse files
typo
1 parent 7846f9f commit bff8499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/autopopulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def _populate1(
338338
computed_result = next(gen) # perform the computation
339339
gen = make(dict(key), **(make_kwargs or {})) # restart make
340340
# fetch and insert inside a transaction
341-
self.connnection.start_transaction()
341+
self.connection.start_transaction()
342342
fetched_data = next(gen)
343343
if (
344344
fetch_hash

0 commit comments

Comments
 (0)