From a273f9687fa66e0d13c0da4874767e2fb4e87d4d Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 10 Apr 2014 14:50:43 +0930 Subject: [PATCH] that was a stupid place to an if. --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 3fa4ea94..f9c32cea 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -88,7 +88,7 @@ def main(inputDirectory, inputName, inputCategory, inputHash, inputID): if single: dirnames[:] = [] filenames[:] = [filename] # we just want to work with this one file if single = True - Logger.debug("MAIN: Found %s files in %s", str(len(filenames)), dirpath)if + Logger.debug("MAIN: Found %s files in %s", str(len(filenames)), dirpath) for file in filenames: filePath = os.path.join(dirpath, file) fileName, fileExtension = os.path.splitext(file)