Update distribute_setup.py.
This commit is contained in:
parent
8ac8188be5
commit
cd019a5e22
@ -256,7 +256,7 @@ def _rename_path(path):
|
|||||||
|
|
||||||
def _remove_flat_installation(placeholder):
|
def _remove_flat_installation(placeholder):
|
||||||
if not os.path.isdir(placeholder):
|
if not os.path.isdir(placeholder):
|
||||||
log.warn('Unkown installation at %s', placeholder)
|
log.warn('Unknown installation at %s', placeholder)
|
||||||
return False
|
return False
|
||||||
found = False
|
found = False
|
||||||
for file in os.listdir(placeholder):
|
for file in os.listdir(placeholder):
|
||||||
|
Loading…
Reference in New Issue
Block a user