mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-09 06:46:06 -04:00
Cache improvements
This commit is contained in:
@@ -406,5 +406,7 @@ class Session(object):
|
|||||||
except:
|
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)
|
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)
|
log.exception("Exception while deshelving" + shelfname)
|
||||||
os.remove(shelfname)
|
try:
|
||||||
|
os.remove(shelfname)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
Submodule windows-dependencies updated: 4d106f04f7...0f65f42c9f
Reference in New Issue
Block a user