From 8b0b5851f60a465d232c4a57f60ce6ce5dc264fc Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 29 Aug 2011 14:43:30 -0400 Subject: [PATCH] -fix typo in recorder.py --- python_apps/show-recorder/recorder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/show-recorder/recorder.py b/python_apps/show-recorder/recorder.py index bb05d02ba..22bf64452 100644 --- a/python_apps/show-recorder/recorder.py +++ b/python_apps/show-recorder/recorder.py @@ -155,7 +155,7 @@ class ShowRecorder(Thread): self.upload_file(filepath) os.remove(filepath) - except Exceptio, e: + except Exception, e: self.logger.error(e) else: self.logger.info("problem recording show")