Skip to content

Commit

Permalink
fix method call
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Jun 25, 2024
1 parent 59a40ac commit f27c951
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 @@ -71,7 +71,7 @@ def create_bfiles(self, inputs_dir):

# truncate down the fmap files to include just b0 volumes

truncated_fmaps = truncate_fmaps(self, fmap_files)
truncated_fmaps = truncate_fmaps(fmap_files)

# get the basename of the file and then remove the extension
for fmap in truncated_fmaps:
Expand Down

0 comments on commit f27c951

Please sign in to comment.