예제 #1
0
파일: handler.py 프로젝트: zhuhj89/torngas
 def on_finish(self):
     complate_return = self.application.middleware_fac.run_endcall(self)
     self.application.middleware_fac.catch_middleware_exc(complate_return)
     try:
         close_caches()
     except Exception, ex:
         pass
예제 #2
0
 def on_finish(self):
     complate_return = self.application.middleware_fac.run_endcall(self)
     self.application.middleware_fac.catch_middleware_exc(complate_return)
     try:
         close_caches()
     except Exception, ex:
         pass
예제 #3
0
 def on_finish(self):
     self.application.middleware_fac.run_endcall(self)
     try:
         close_caches()
     except Exception, ex:
         pass
예제 #4
0
 def on_finish(self):
     try:
         close_caches()
     except:
         pass