Add return Closes-Bug: 1246356
Change-Id: I70999a91062b9c61e5f420b1ed33a45086b62fd4
This commit is contained in:
parent
935781fdf9
commit
5dcc3b6164
@ -122,7 +122,7 @@ class OpenStackShell(app.App):
|
||||
|
||||
def run(self, argv):
|
||||
try:
|
||||
super(OpenStackShell, self).run(argv)
|
||||
return super(OpenStackShell, self).run(argv)
|
||||
except Exception as e:
|
||||
if not logging.getLogger('').handlers:
|
||||
logging.basicConfig()
|
||||
|
Loading…
x
Reference in New Issue
Block a user