mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Fixed syntax error.
This commit is contained in:
parent
edae9fb664
commit
f8f9a4ecf2
@ -395,7 +395,7 @@ class Session(object):
|
|||||||
"Import a shelved database."
|
"Import a shelved database."
|
||||||
shelfname=paths.config_path(str(self.session_id)+".db")
|
shelfname=paths.config_path(str(self.session_id)+".db")
|
||||||
if self.settings["general"]["persist_size"] == 0:
|
if self.settings["general"]["persist_size"] == 0:
|
||||||
if os.path.exists(shelfname)
|
if os.path.exists(shelfname):
|
||||||
os.remove(shelfname)
|
os.remove(shelfname)
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user