menus/Menu: never unset sql_session
This commit is contained in:
@@ -562,9 +562,6 @@ class Menu(object):
|
|||||||
except ExitMenuException:
|
except ExitMenuException:
|
||||||
self.at_exit()
|
self.at_exit()
|
||||||
return None
|
return None
|
||||||
finally:
|
|
||||||
if self.sql_session is not None:
|
|
||||||
self.sql_session = None
|
|
||||||
|
|
||||||
def _execute(self, **kwargs):
|
def _execute(self, **kwargs):
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Reference in New Issue
Block a user