There was an error while loading. Please reload this page.
1 parent 96c359d commit 2bb213dCopy full SHA for 2bb213d
nipype/interfaces/fsl/epi.py
@@ -592,7 +592,7 @@ def _run_interface(self, runtime):
592
cmd = self._cmd
593
if all((FSLDIR != '',
594
cmd == 'eddy_openmp',
595
- not os.path.exists(os.path.join(FSLDIR, cmd)))):
+ not os.path.exists(os.path.join(FSLDIR, 'bin', cmd)))):
596
self._cmd = 'eddy'
597
runtime = super(Eddy, self)._run_interface(runtime)
598
0 commit comments