Skip to content
Snippets Groups Projects
Commit 80bb4422 authored by Simon Lejeune's avatar Simon Lejeune
Browse files

[FIX] Report: don't shallow exceptions in report_download

parent 8ef286a1
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ class ReportController(Controller):
return response
else:
return
except osv.except_osv, e:
except Exception, e:
se = _serialize_exception(e)
error = {
'code': 200,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment