diff options
author | iElectric <none@none> | 2012-08-15 23:17:55 +0200 |
---|---|---|
committer | iElectric <none@none> | 2012-08-15 23:17:55 +0200 |
commit | c9884d20b6860356be4f167ece51b54bd7a3da61 (patch) | |
tree | 40470b247489291f504593222d7af0874d81c938 /distribute_setup.py | |
parent | 4084ebc22ff58d406b73fe25c069b5235f04c4d8 (diff) | |
download | external_python_setuptools-c9884d20b6860356be4f167ece51b54bd7a3da61.tar.gz external_python_setuptools-c9884d20b6860356be4f167ece51b54bd7a3da61.tar.bz2 external_python_setuptools-c9884d20b6860356be4f167ece51b54bd7a3da61.zip |
Fix #231, second try.
--HG--
branch : distribute
extra : rebase_source : 72d5afb5f7f7ce1b57adb0bbec68bec003c6e699
Diffstat (limited to 'distribute_setup.py')
-rw-r--r-- | distribute_setup.py | 1 |
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') |