From ac793422fa9df9d31513fe6a789cd125e90a8c7b Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 28 Jan 2013 19:49:20 -0800 Subject: [PATCH] Missed the == closes #31 --- autoProcessTV.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcessTV.py b/autoProcessTV.py index 047fbfcc..fe70558a 100644 --- a/autoProcessTV.py +++ b/autoProcessTV.py @@ -86,7 +86,7 @@ def processEpisode(dirName, nzbName=None, failed=False): failed_fork = 0 #allows manual call of postprocess script if we have specified a watch_dir. Check that here. - if nzbName = "Manual Run" and watch_dir == "": + if nzbName == "Manual Run" and watch_dir == "": print "ERROR: In order to run this script manually you must specify a watch_dir in autoProcessTV.cfg" sys.exit(-1) #allows us to specify the default watch directory and call the postproecssing on another PC with different directory structure.