mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
Cache improvements
This commit is contained in:
parent
7b07d43477
commit
4fd57a71b9
@ -406,5 +406,7 @@ class Session(object):
|
||||
except:
|
||||
output.speak("An exception occurred while deshelving the " + application.name + " database. It will be deleted and rebuilt automatically. If this error persists, send the error log to the " + application.name + " developers.",True)
|
||||
log.exception("Exception while deshelving" + shelfname)
|
||||
os.remove(shelfname)
|
||||
|
||||
try:
|
||||
os.remove(shelfname)
|
||||
except:
|
||||
pass
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4d106f04f7e6d2f9e160aca54ce107efb46ee099
|
||||
Subproject commit 0f65f42c9f752396b0567e597d96c0ab8a5a53f8
|
Loading…
Reference in New Issue
Block a user