Skip to content

Commit

Permalink
STY: Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 1, 2018
1 parent 348f32f commit b8deba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nipype/utils/filemanip.py
Expand Up @@ -185,7 +185,8 @@ def fname_presuffix(fname, prefix='', suffix='', newpath=None, use_ext=True):
'/tmp/prefoopost.nii.gz'
>>> from nipype.interfaces.base import Undefined
>>> fname_presuffix(fname, 'pre', 'post', Undefined) == fname_presuffix(fname, 'pre', 'post')
>>> fname_presuffix(fname, 'pre', 'post', Undefined) == \
fname_presuffix(fname, 'pre', 'post')
True
"""
Expand Down

0 comments on commit b8deba0

Please sign in to comment.