Merge branch '1.9.1' into devel

This commit is contained in:
James 2011-08-31 10:15:00 -04:00
commit c460519a88
5 changed files with 16 additions and 10 deletions

View file

@ -157,7 +157,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")