# HG changeset patch # User marcink # Date 2010-04-08 09:29:14 # Node ID a699c008834478ecdf8fe1518c966a8d2030e6b7 # Parent 73f413946c14b0d8a23b3ebc693fdf4ea87fdb31 fixed sqlalchemy session bug, diff --git a/pylons_app/lib/base.py b/pylons_app/lib/base.py --- a/pylons_app/lib/base.py +++ b/pylons_app/lib/base.py @@ -16,4 +16,4 @@ class BaseController(WSGIController): try: return WSGIController.__call__(self, environ, start_response) finally: - pass + meta.Session.remove()