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