Merge branch '1.9.1' into devel
This commit is contained in:
commit
c460519a88
5 changed files with 16 additions and 10 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue