More details given when copylink says target already exists

This commit is contained in:
echel0n 2014-04-23 08:54:06 -07:00
commit 17271bcc51

View file

@ -142,7 +142,7 @@ def is_sample(inputName):
def copy_link(filePath, targetDirectory, useLink, outputDestination):
if os.path.isfile(targetDirectory):
logger.info("Target file already exists. Nothing to be done", 'COPYLINK')
logger.info("%s already exists. skipping ..." % (targetDirectory), 'COPYLINK')
return True
makeDir(outputDestination)