Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 23, 2024
1 parent c1823b9 commit 35b35ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@ def init_single_subject_wf(subject_id: str):
)

config.loggers.workflow.info(
(
'Collected subject data:\n'
f'{yaml.dump(subject_data, default_flow_style=False, indent=4)}'
),
f'Collected subject data:\n{yaml.dump(subject_data, default_flow_style=False, indent=4)}',
)

bids_info = pe.Node(
Expand Down

0 comments on commit 35b35ae

Please sign in to comment.