Fix named constant
svn: r18747
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user