Skip to content
Snippets Groups Projects
Commit 6644024e authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed 'finally' statement in 'connect()' method.

parent 9077f392
No related branches found
No related tags found
No related merge requests found
Pipeline #2227 passed
......@@ -46,8 +46,6 @@ class TapeClient(object):
except Exception:
self.logger.exception("Unable to establish SSH connection with tape library frontend.")
raise
finally:
self.disconnect()
def getPoolList(self):
"""Returns a list of 'TapePool' objects."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment