From 1b95103acd77c51890a2a4173fb44e1631e6771d Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 12 Aug 2018 23:31:18 +0200 Subject: [PATCH] Removed test that caused breaking changes. --- app/classedStray.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/classedStray.py b/app/classedStray.py index 59185fa..b98a606 100755 --- a/app/classedStray.py +++ b/app/classedStray.py @@ -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: