We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03656b3 commit 2c0e384Copy full SHA for 2c0e384
nipype/interfaces/freesurfer/petsurfer.py
@@ -520,7 +520,7 @@ def _list_outputs(self):
520
ext = '.nii'
521
else:
522
ext = '.mgh'
523
- outputs['bp'] = os.join(self.inputs.glm_dir, 'bp', ext)
+ outputs['bp'] = os.path.join(self.inputs.glm_dir, 'bp', ext)
524
return outputs
525
526
class LoganRefInputSpec(GLMFitInputSpec):
@@ -559,5 +559,5 @@ def _list_outputs(self):
559
560
561
562
563
0 commit comments