From 1ecd7a790ab76a04ffa5a527e15ccf91eaf79ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20K=C3=A5berg?= Date: Fri, 1 Feb 2013 14:31:21 +0100 Subject: [PATCH] typo :( --- TorrentToMedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 3c3a793d..07342601 100644 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -70,7 +70,7 @@ else; print "INFO: Not assigned a label of either", Movie_Cat, "or", TV_Cat, ". Exiting" test = re.compile('^(.*)\.((zip|rar|7z|gz|bz|tar|arj)|(r[0-9]{1,3})|([0-9]{1,3}))$', re.IGNORECASE|re.UNICODE); -if test.match(destination): +if test.match(Directory): print "INFO: Found compressed archives, extracting" packed = 1