Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
maandree committed Sep 13, 2012
1 parent 0621a72 commit d2c761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -782,7 +782,7 @@ def symlink(self, target, dest):
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:]

Expand Down

0 comments on commit d2c761b

Please sign in to comment.