mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
a root already was passed. fixes #383
This commit is contained in:
parent
9b2e74b59c
commit
e66d9beb41
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def makeDir(path):
|
||||||
|
|
||||||
def category_search(inputDirectory, inputName, inputCategory, root, categories):
|
def category_search(inputDirectory, inputName, inputCategory, root, categories):
|
||||||
tordir = False
|
tordir = False
|
||||||
root = 0
|
|
||||||
if inputDirectory is None: # =Nothing to process here.
|
if inputDirectory is None: # =Nothing to process here.
|
||||||
return inputDirectory, inputName, inputCategory, root
|
return inputDirectory, inputName, inputCategory, root
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue