Skip to content

Commit 98b5778

Browse files
committed
FIX: Remove lingering exitcode
1 parent d1f9cdd commit 98b5778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabies/cli/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def main():
101101
nibabies_wf.run(**_plugin)
102102
except Exception as e:
103103
config.loggers.workflow.critical("nibabies failed: %s", e)
104-
EXITCODE = 1
105104
raise
106105
else:
107106
config.loggers.workflow.log(25, "nibabies finished successfully!")

0 commit comments

Comments
 (0)