mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Merge branch 'dev' into nightly
This commit is contained in:
commit
ea1f086d56
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def processTorrent(inputDirectory, inputName, inputCategory, inputHash, inputID,
|
|||
if not os.path.isdir(os.path.join(inputDirectory, inputName)):
|
||||
basename = os.path.basename(inputDirectory)
|
||||
basename = core.sanitizeName(inputName) \
|
||||
if inputName == basename else os.path.splitext(core.sanitizeName(inputName)[0])
|
||||
if inputName == basename else os.path.splitext(core.sanitizeName(inputName))[0]
|
||||
outputDestination = os.path.join(core.OUTPUTDIRECTORY, inputCategory, basename)
|
||||
elif uniquePath:
|
||||
outputDestination = os.path.normpath(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue