Stray fixes #103

Merged
KevinMidboe merged 2 commits from stray_fixes into master 2018-07-28 14:15:03 +00:00
Showing only changes of commit 66a2a06f9b - Show all commits

View File

@@ -188,7 +188,7 @@ def XOR(list1, list2):
return set(list1) ^ set(list2)
def filterChildItems(parent):
if ! os.path.isdir(parent):
if (not os.path.isdir(parent)):
strayEpisode(parent[:-4], parent)
return
try: