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 09095ac commit c11aacaCopy full SHA for c11aaca
nipype/utils/filemanip.py
@@ -40,7 +40,7 @@
40
PY3 = sys.version_info[0] >= 3
41
42
43
-class FileNotFoundError(OSError):
+class FileNotFoundError(OSError): # noqa
44
"""Defines the exception for Python 2."""
45
46
def __init__(self, path):
0 commit comments