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 de9e299 commit b25c9c3Copy full SHA for b25c9c3
nipype/utils/filemanip.py
@@ -41,7 +41,7 @@
41
PY3 = sys.version_info[0] >= 3
42
43
try:
44
- from builtins import FileNotFoundError
+ from builtins import FileNotFoundError, FileExistsError
45
except ImportError: # PY27
46
class FileNotFoundError(OSError): # noqa
47
"""Defines the exception for Python 2."""
0 commit comments