fixed app_cleanup of cache, thanks Spiffytech
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-08-24 09:23:07) dev
|
||||
Version 2.00.0 (2012-08-24 09:24:38) dev
|
||||
|
||||
+1
-1
@@ -126,7 +126,7 @@ def app_cleanup(app, request):
|
||||
r = False
|
||||
|
||||
# Remove cache files
|
||||
path = apath('%s/sessions/' % app, request)
|
||||
path = apath('%s/cache/' % app, request)
|
||||
if os.path.exists(path):
|
||||
for f in os.listdir(path):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user