Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Mar 29, 2024
1 parent 0cb12cc commit e05038b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmriprep/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __call__(self, parser, namespace, values, option_string=None):
for i_kv, kv in enumerate(values):
if '=' not in kv:
k = f'deriv-{i_kv}'
v = kv
else:
k, v = kv.split('=')
d[k] = Path(v)
Expand Down

0 comments on commit e05038b

Please sign in to comment.