Compile error, if-statement.

This commit is contained in:
2018-04-03 23:02:54 +02:00
parent e984feeb8d
commit 66a2a06f9b

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: