aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--distribute_setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distribute_setup.py b/distribute_setup.py
index dd24ec1e..f3199d12 100644
--- a/distribute_setup.py
+++ b/distribute_setup.py
@@ -316,6 +316,7 @@ def _create_fake_setuptools_pkg_info(placeholder):
if not os.access(pkg_info, os.W_OK):
log.warn("Don't have permissions to write %s, skipping", pkg_info)
+ return
log.warn('Creating %s', pkg_info)
f = open(pkg_info, 'w')