Skip to content

Commit

Permalink
FIX forgotten f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Mar 29, 2024
1 parent 306c93b commit 55932e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def automatic(subject, xfmname, reference, noclean=False, bbrtype="signed",
if use_fs_bbr:
print('Running freesurfer BBR')
cmd = 'bbregister --s {sub} --mov {absref} --init-coreg --reg {cache}/register.dat'
cmd += " --{reference_contrast}"
cmd += f" --{reference_contrast}"
if epi_mask:
cmd += ' --epi-mask'
if intermediate is not None:
Expand Down

0 comments on commit 55932e3

Please sign in to comment.