mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
More details given when copylink says target already exists
This commit is contained in:
parent
63157919fa
commit
17271bcc51
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue