Skip to content

Commit

Permalink
fixup! 🚧 WIP 🚨 Lint for 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed May 10, 2024
1 parent 275c156 commit c22ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAC/pipeline/cpac_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def run_workflow(
set_up_random_state_logger(log_dir)

try:
workflow = build_workflow(subject_id, sub_dict, c, p_name, num_ants_cores)
workflow = build_workflow(subject_id, sub_dict, c, p_name)
except Exception as exception:
WFLOGGER.exception("Building workflow failed")
raise exception
Expand Down

0 comments on commit c22ac1c

Please sign in to comment.