fixes issue #735

This commit is contained in:
niphlod
2015-09-03 18:33:54 +02:00
parent d4270373e1
commit 1c74afc01b
+1
View File
@@ -1080,6 +1080,7 @@ class Session(Storage):
if response.session_storage_type == 'file':
target = recfile.generate(response.session_filename)
try:
self._close(response)
os.unlink(target)
except:
pass