Skip to content

Commit 09c8336

Browse files
Update datajoint/autopopulate.py
Co-authored-by: Dimitri Yatsenko <[email protected]>
1 parent faf117c commit 09c8336

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
@@ -253,7 +253,7 @@ def handler(signum, frame):
253253
if reserve_jobs:
254254
signal.signal(signal.SIGTERM, old_handler)
255255

256-
if not suppress_errors:
256+
if suppress_errors:
257257
return error_list
258258

259259
def _populate1(

0 commit comments

Comments
 (0)