[FIX] website: correct bad code indentation introduced during previous commit
authorChristophe Simonis <chs@odoo.com>
Tue, 27 May 2014 16:46:18 +0000 (18:46 +0200)
committerChristophe Simonis <chs@odoo.com>
Tue, 27 May 2014 16:46:18 +0000 (18:46 +0200)
addons/website/models/ir_http.py

index d348d17..a8f63a1 100644 (file)
@@ -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(