Skip to content

Commit

Permalink
Runner always stops on first crash
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jan 24, 2024
1 parent f93ae58 commit f02e6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narps_open/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def start(self, first_level_only: bool = False, group_level_only: bool = False)
- group_level_only: bool (False by default), run the group level workflows only
"""
# Set global nipype config for pipeline execution
config.update_config(dict(execution = {'stop_on_first_crash': False}))
config.update_config(dict(execution = {'stop_on_first_crash': 'True'}))

# Disclaimer
print('Starting pipeline for team: '+
Expand Down

0 comments on commit f02e6cc

Please sign in to comment.