mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
885c3bfa83
commit
91a26358a5
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -814,6 +814,7 @@ class Setup():
|
||||||
if validatehook is not None:
|
if validatehook is not None:
|
||||||
if not validatehook(source):
|
if not validatehook(source):
|
||||||
print('Ignoring installation of file %s (did not pass validation process made by setup settings)' % source)
|
print('Ignoring installation of file %s (did not pass validation process made by setup settings)' % source)
|
||||||
|
return
|
||||||
if os.path.islink(source) and (self.linking != COPY) and os.path.isdir(os.path.realpath(source)):
|
if os.path.islink(source) and (self.linking != COPY) and os.path.isdir(os.path.realpath(source)):
|
||||||
target = os.readlink(source)
|
target = os.readlink(source)
|
||||||
for dest in destinations:
|
for dest in destinations:
|
||||||
|
|
Loading…
Reference in a new issue