Commit 70cec4ae authored by Julien Muchembled's avatar Julien Muchembled

WSGI: fix deadlock debugger

parent eda5d21a
...@@ -75,7 +75,7 @@ class TransLogger(object): ...@@ -75,7 +75,7 @@ class TransLogger(object):
def app_wrapper(large_file_threshold, use_webdav): def app_wrapper(large_file_threshold, use_webdav):
try: try:
from product.DeadlockDebugger.dumper import dump_threads, dump_url from Products.DeadlockDebugger.dumper import dump_threads, dump_url
except Exception: except Exception:
dump_url = '\0' dump_url = '\0'
def app(environ, start_response): def app(environ, start_response):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment