python: Fixed exception masking bug in ashd-wsgi.
[ashd.git] / python / ashd-wsgi
index af2c332..ae0fc14 100755 (executable)
@@ -193,6 +193,7 @@ def dowsgi(req):
             reqevent.response(resp)
     except:
         exc = sys.exc_info()
+        raise
     finally:
         reqevent.__exit__(*exc)