Skip to content

Commit

Permalink
add braces
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Jun 25, 2024
1 parent eb30f3b commit 58e2e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwiqc/tasks/prequal.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def truncate_fmaps(self, fmap_files):
logger.critical(f'fslselectvols command failed')
raise subprocess.CalledProcessError(returncode=proc.returncode, cmd=cmdline)

truncated_fmaps.append(fmap_dir + f'/fmap_basename')
truncated_fmaps.append(fmap_dir + f'/{fmap_basename}')


print(truncated_fmaps)
Expand Down

0 comments on commit 58e2e50

Please sign in to comment.