Skip to content

Commit 0d9ec01

Browse files
committed
chore: minor bugfix
1 parent 32fbc6d commit 0d9ec01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datajoint/autopopulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def handler(signum, frame):
235235
# exclude "error", "ignore" or "reserved" jobs
236236
if reserve_jobs:
237237
exclude_key_hashes = (
238-
jobs
238+
self._Jobs
239239
& {"table_name": self.target.table_name}
240240
& 'status in ("error", "ignore", "reserved")'
241241
).fetch("key_hash")

0 commit comments

Comments
 (0)