Add return Closes-Bug: 1246356

Change-Id: I70999a91062b9c61e5f420b1ed33a45086b62fd4
This commit is contained in:
Terry Howe 2013-11-27 14:17:53 -07:00
parent 935781fdf9
commit 5dcc3b6164

View File

@ -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()