mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
typo
This commit is contained in:
parent
9c34ac2a35
commit
356b2059d9
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def is_sample(filePath, inputName):
|
|||
return ('sample' in filePath.lower()) and (not 'sample' in inputName) and (os.path.getsize(filePath) < SIZE_CUTOFF)
|
||||
|
||||
|
||||
def create_destination(outputDestination)
|
||||
def create_destination(outputDestination):
|
||||
if not os.path.exists(outputDestination):
|
||||
try:
|
||||
Logger.info("CREATE DESTINATION: Creating destination folder: %s", outputDestination)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue