mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
derp
This commit is contained in:
parent
0621a72a07
commit
d2c761b327
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -782,7 +782,7 @@ class Setup():
|
|||
targets = target.split('/')
|
||||
dests = dest.split('/')
|
||||
|
||||
while (len(targets) > 1) and (len(target) > 1) and (targets[0] == dests[0]):
|
||||
while (len(targets) > 1) and (len(dests) > 1) and (targets[0] == dests[0]):
|
||||
targets = targets[1:]
|
||||
dests = dests[1:]
|
||||
|
||||
|
|
Loading…
Reference in a new issue