Skip to content

Commit 59a40ac

Browse files
committed
fix method call
1 parent e761903 commit 59a40ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwiqc/tasks/prequal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def truncate_fmaps(self, fmap_files):
124124
"""
125125
method that will extract all the b0 volumes from the scans designated as BIDS fieldmaps
126126
"""
127-
get_fsl_sif(self)
127+
get_fsl_sif()
128128

129129
for fmap in fmap_files:
130130
print(fmap)

0 commit comments

Comments
 (0)