diff options
author | Felipe Reyes <felipe.reyes@canonical.com> | 2018-05-17 22:32:34 +0000 |
---|---|---|
committer | Felipe Reyes <felipe.reyes@canonical.com> | 2018-05-17 22:32:34 +0000 |
commit | 96f2532cb199072610d095047e9fe319f95e9307 (patch) | |
tree | 82ec73ff46a02ab1737e3e059131359f3266b13c | |
parent | fdb156493422b210781526a82aa7c2e4a7f9c225 (diff) |
Fix pep8 error
-rw-r--r-- | tests/base_deploy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/base_deploy.py b/tests/base_deploy.py index 8930966..b136cca 100644 --- a/tests/base_deploy.py +++ b/tests/base_deploy.py @@ -24,8 +24,6 @@ class BasicMongo(object): message = 'The environment did not setup in %d seconds.', self.deploy_timeout amulet.raise_status(amulet.SKIP, msg=message) - except: - raise self.sentry_dict = {svc: self.d.sentry[svc] for svc in list(self.d.sentry.unit)} |