Skip to content

Commit 594d984

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Fix regression in interactive client mode"
2 parents 15d3b6f + 8a839ad commit 594d984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def run_subcommand(self, argv):
158158
def interact(self):
159159
self.init_profile()
160160
try:
161-
ret_value = super(OpenStackShell, self).run_subcommand()
161+
ret_value = super(OpenStackShell, self).interact()
162162
finally:
163163
self.close_profile()
164164
return ret_value

0 commit comments

Comments
 (0)