Thanks to visit codestin.com Credit goes to github.com
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 b361233 commit b2e2c29Copy full SHA for b2e2c29
1 file changed
Lib/distutils/core.py
@@ -96,7 +96,7 @@ def setup (**attrs):
96
"error: %s: %s" % (exc.filename, exc.strerror)
97
else:
98
raise SystemExit, str (exc)
99
- except DistutilsExecError, msg:
+ except (DistutilsExecError, DistutilsFileError), msg:
100
raise SystemExit, "error: " + str (msg)
101
102
# setup ()
0 commit comments