mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Don't catch CherryPy exceptions
This commit is contained in:
parent
37e3f7cb2c
commit
f0c4df9f87
@ -85,6 +85,8 @@ def hypermedia_handler(*args, **kwargs):
|
||||
|
||||
try:
|
||||
ret = cherrypy.serving.request._hypermedia_inner_handler(*args, **kwargs)
|
||||
except cherrypy.CherryPyException:
|
||||
raise
|
||||
except Exception as exc:
|
||||
logger.debug("Error while processing request for: %s",
|
||||
cherrypy.request.path_info,
|
||||
|
Loading…
Reference in New Issue
Block a user