Skip to content
Snippets Groups Projects
Commit 04528512 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] website: correct bad code indentation introduced during previous commit

parent fd21abd8
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,9 @@ class ir_http(orm.AbstractModel):
return super(ir_http, self)._handle_exception(exception)
except Exception:
attach = self._serve_attachment()
if attach:
return attach
attach = self._serve_attachment()
if attach:
return attach
if getattr(request, 'website_enabled', False) and request.website:
values = dict(
......
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