Skip to content

Commit d42db56

Browse files
committed
sty: make codacy happy (Redefining built-in 'FileNotFoundError')
1 parent 66c0f9b commit d42db56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/filemanip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
PY3 = sys.version_info[0] >= 3
4141

4242

43-
class FileNotFoundError(OSError):
43+
class FileNotFoundError(OSError): # noqa
4444
"""Defines the exception for Python 2."""
4545

4646
def __init__(self, path):

0 commit comments

Comments
 (0)