From d74fa9216e2efccfe8c3a2485bfe16e60aa76172 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 11 Feb 2013 14:52:02 -0800 Subject: [PATCH] more fixes --- TorrentToMedia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 2a29e450..ece4176b 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -2,7 +2,7 @@ import autoProcessMovie import autoProcessTV -import sys, os, ConfigParser, shutil +import sys, os, ConfigParser, shutil, re from subprocess import call old_stdout = sys.stdout #backup the default stdout @@ -168,7 +168,7 @@ elif packed == 1: ## unpack os.makedirs(destination) except Exception, e: print("ERROR: Not possible to create destination folder: %s", e) - return + continue print("INFO: Extracting to %s", destination)