Skip to content

Commit

Permalink
fix bval assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Oct 10, 2024
1 parent e53058c commit d37a28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dwiqc/tasks/qsiprep_EQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def build(self):
self.parse_json(eddy_results_dir)

def match_bval(self, dir_path):
bval = None
for file in os.listdir(dir_path):
if file.endswith('.bval') and str(self._run) in file:
bval = file
Expand Down

0 comments on commit d37a28b

Please sign in to comment.