This commit is contained in:
Joel Kåberg 2013-03-01 13:06:43 +01:00
commit 356b2059d9

View file

@ -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)