Skip to content

Commit

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

print(fmap_dir + fmap_basename)

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


print(truncated_fmaps)
Expand Down

0 comments on commit eb30f3b

Please sign in to comment.