Merge "Fix regression in interactive client mode"
This commit is contained in:
commit
594d98431c
@ -158,7 +158,7 @@ class OpenStackShell(app.App):
|
|||||||
def interact(self):
|
def interact(self):
|
||||||
self.init_profile()
|
self.init_profile()
|
||||||
try:
|
try:
|
||||||
ret_value = super(OpenStackShell, self).run_subcommand()
|
ret_value = super(OpenStackShell, self).interact()
|
||||||
finally:
|
finally:
|
||||||
self.close_profile()
|
self.close_profile()
|
||||||
return ret_value
|
return ret_value
|
||||||
|
Loading…
Reference in New Issue
Block a user