2 parents 2de45c2 + 40d73a0 commit 307a847Copy full SHA for 307a847
1 file changed
openstackclient/shell.py
@@ -148,10 +148,10 @@ def initialize_app(self, argv):
148
'auth_type': self._auth_type,
149
},
150
)
151
- except (IOError, OSError) as e:
+ except (IOError, OSError):
152
self.log.critical("Could not read clouds.yaml configuration file")
153
self.print_help_if_requested()
154
- raise e
+ raise
155
156
if not self.options.debug:
157
self.options.debug = None
0 commit comments