Fix regression in interactive client mode
Fix typo introduced in OSprofiler intergation commit, that leaded to non-working interactive mode of the CLI client. Change-Id: If5dfc90dbbe64d4665c3e33e936f0cc674738351 Closes-Bug: 1551160
This commit is contained in:
parent
11490b79f4
commit
8a839ad8b8
@ -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