summaryrefslogtreecommitdiff
path: root/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'core.py')
-rw-r--r--core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.py b/core.py
index a43d7258..91e51329 100644
--- a/core.py
+++ b/core.py
@@ -148,7 +148,7 @@ def setup (**attrs):
dist.run_commands()
except KeyboardInterrupt:
raise SystemExit("interrupted")
- except (IOError, OSError) as exc:
+ except OSError as exc:
error = grok_environment_error(exc)
if DEBUG: