summaryrefslogtreecommitdiffstats
path: root/quickrun.py
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2015-03-11 16:51:29 -0700
committerSimo Sorce <simo@redhat.com>2015-03-12 15:36:33 -0400
commit22e983978fcbd84896468017dd5bdacf8a18cf3c (patch)
treee0804b30b3c6104569274b60ef9f9e778ac94621 /quickrun.py
parent078942b2cf6d73697f4c6b8a28cabe940f358532 (diff)
downloadipsilon-master.tar.gz
ipsilon-master.tar.xz
ipsilon-master.zip
Don't explicitly save sessionsHEADmaster
Saving a session causes it to be unlocked, but sessions have a hook that also performs a save just before the session is finalized. In CherryPy 3.3.0 and later, an assertion was added to ensure that a session is locked when trying to perform a save. Since we perform explicit saves in our code, this causes the assertion to be tripped when the hook executes. This patch removes our explicit save calls. We should rely on the hook to save and unlock the session. https://fedorahosted.org/ipsilon/ticket/84 Signed-off-by: Nathan Kinder <nkinder@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'quickrun.py')
0 files changed, 0 insertions, 0 deletions