Skip to content

Commit 1a89c12

Browse files
author
Clark
committed
PEP8 compliance for base.py
1 parent da1f544 commit 1a89c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/fsl/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,5 @@ def no_fsl():
264264

265265
def no_fsl_course_data():
266266
"""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'])))
267+
return not ('FSL_COURSE_DATA' in os.environ and
268+
os.path.isdir(os.path.abspath(os.environ['FSL_COURSE_DATA'])))

0 commit comments

Comments
 (0)