Merge branch 'master' of github.com:KevinMidboe/seasonedShows
This commit is contained in:
@@ -188,9 +188,6 @@ def XOR(list1, list2):
|
||||
return set(list1) ^ set(list2)
|
||||
|
||||
def filterChildItems(parent):
|
||||
if (not os.path.isdir(parent)):
|
||||
strayEpisode(parent[:-4], parent)
|
||||
return
|
||||
try:
|
||||
children = getDirContent('/'.join([env.input_dir, parent]))
|
||||
if children:
|
||||
|
||||
Reference in New Issue
Block a user