From c240c74040ff4055cd57828f38cfc300ee7ef19b Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Sun, 3 Nov 2013 21:37:30 +1030 Subject: [PATCH] minor format error. fixes #185 --- autoProcess/nzbToMediaUtil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoProcess/nzbToMediaUtil.py b/autoProcess/nzbToMediaUtil.py index 409b06be..409c5270 100644 --- a/autoProcess/nzbToMediaUtil.py +++ b/autoProcess/nzbToMediaUtil.py @@ -68,7 +68,7 @@ def category_search(inputDirectory, inputName, inputCategory, root, categories): Logger.info("SEARCH: We will try and determine which files to process, individually") root = 2 break # we are done - elif inputName:: # we didn't find category after 10 loops. This is a problem. + elif inputName: # we didn't find category after 10 loops. This is a problem. Logger.info("SEARCH: Could not find a category in the directory structure") Logger.info("SEARCH: Files will be linked and will only be processed by the userscript if enabled for UNCAT or ALL") root = 1 @@ -146,7 +146,7 @@ def category_search(inputDirectory, inputName, inputCategory, root, categories): Logger.info("SEARCH: Could not find a torrent name or category in the directory structure") Logger.info("SEARCH: We will try and determine which files to process, individually") root = 2 - elif inputName:: # we didn't find category after 10 loops. This is a problem. + elif inputName: # we didn't find category after 10 loops. This is a problem. Logger.info("SEARCH: Could not find a category in the directory structure") Logger.info("SEARCH: Files will be linked and will only be processed by the userscript if enabled for UNCAT or ALL") root = 1