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 da1f544 commit 1a89c12Copy full SHA for 1a89c12
nipype/interfaces/fsl/base.py
@@ -264,4 +264,5 @@ def no_fsl():
264
265
def no_fsl_course_data():
266
"""check if fsl_course data is present"""
267
- return not ('FSL_COURSE_DATA' in os.environ and os.path.isdir(os.path.abspath(os.environ['FSL_COURSE_DATA'])))
+ return not ('FSL_COURSE_DATA' in os.environ and
268
+ os.path.isdir(os.path.abspath(os.environ['FSL_COURSE_DATA'])))
0 commit comments