Commit c9884d20 authored by iElectric's avatar iElectric

Fix #231, second try.

--HG--
branch : distribute
extra : rebase_source : 72d5afb5f7f7ce1b57adb0bbec68bec003c6e699
parent 4084ebc2
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment