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 0fec2c5 commit c1823b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmripost_aroma/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def init_single_subject_wf(subject_id: str):

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

0 comments on commit c1823b9

Please sign in to comment.