Fix named constant
svn: r18747
This commit is contained in:
parent
aa83c85df3
commit
1b303788e6
@ -649,7 +649,7 @@ class DbManager(CLIDbManager):
|
|||||||
if not prompt:
|
if not prompt:
|
||||||
return
|
return
|
||||||
|
|
||||||
opened = store[node][5]
|
opened = store[node][OPEN_COL]
|
||||||
if opened:
|
if opened:
|
||||||
self.dbstate.no_database()
|
self.dbstate.no_database()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user