add debugging to track down #894

This commit is contained in:
clinton-hall 2015-12-18 23:57:07 +10:30
commit fd5ee775e0
2 changed files with 3 additions and 0 deletions

View file

@ -253,6 +253,7 @@ def copy_link(src, targetLink, useLink):
def replace_links(link):
if not os.path.islink(link):
logger.debug('%s is not a link' % (link))
return
target = link
n = 0