From d0d8456a7add0722faabeb1650ecdd11e553858c Mon Sep 17 00:00:00 2001 From: naomiaro Date: Fri, 25 Mar 2011 13:49:04 -0400 Subject: [PATCH] syntax error fix --- python_apps/show-recorder/testrecordscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/show-recorder/testrecordscript.py b/python_apps/show-recorder/testrecordscript.py index ae520cfd7..463fdd7fc 100644 --- a/python_apps/show-recorder/testrecordscript.py +++ b/python_apps/show-recorder/testrecordscript.py @@ -88,7 +88,7 @@ class ShowRecorder(Thread): def run(self): code, filepath = self.record_show() - if code === 0: + if code == 0: self.upload_file(filepath) else: print "problem recording show"