Skip to content
Prev Previous commit
sty: make codacy happy (Redefining built-in 'FileNotFoundError')
  • Loading branch information
oesteban committed Jul 17, 2019
commit d42db563bd11dadc2a38b8550f43677c0d22fb28
2 changes: 1 addition & 1 deletion nipype/utils/filemanip.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
PY3 = sys.version_info[0] >= 3


class FileNotFoundError(OSError):
class FileNotFoundError(OSError): # noqa
"""Defines the exception for Python 2."""

def __init__(self, path):
Expand Down