mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
minor format error. fixes #185
This commit is contained in:
parent
4236768e1a
commit
c240c74040
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue