[sulfur] ignore Cacher exceptions when downloading UGC on the UGC thread

This commit is contained in:
Fabio Erculiani
2009-07-28 14:46:29 +02:00
parent edaa63705b
commit 79e27ee189
+1 -1
View File
@@ -635,13 +635,13 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
print "entering UGC"
try:
self.ugc_update()
self.Cacher.sync(wait = True)
except (SystemExit,):
raise
except:
pass
if self.do_debug:
print "quitting UGC"
self.Cacher.sync(wait = True)
def ugc_update(self):