Skip to content
Snippets Groups Projects
Commit a706fda1 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

adds missing except

parent b85d8625
Branches
Tags
No related merge requests found
......@@ -148,7 +148,7 @@ class OdshApiController(ApiController):
try:
request_data = self._get_request_data(try_url_params=False)
log.info('POST request body: {}'.format(json.dumps(json.loads(request_data))))
Exception, e:
except Exception, e:
log.error(e)
if logic_function == 'resource_qv4yAI2rgotamXGk98gJ':
return helpers.odsh_get_version_id()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment