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 062a726 commit b80a99e
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 @@ -173,7 +173,7 @@ def init_single_subject_wf(subject_id: str):
### References
"""
entities = config.execution.bids_filters.copy()
entities = config.execution.bids_filters or {}
entities['subject'] = subject_id

if config.execution.derivatives:
Expand Down

0 comments on commit b80a99e

Please sign in to comment.