Loading transfer_service/tape_client.py +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ class TapeClient(object): self.logger.exception("Unable to establish SSH connection with tape library frontend.") raise finally: self.client.disconnect() self.disconnect() def getPoolList(self): """Returns a list of 'TapePool' objects.""" Loading Loading
transfer_service/tape_client.py +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ class TapeClient(object): self.logger.exception("Unable to establish SSH connection with tape library frontend.") raise finally: self.client.disconnect() self.disconnect() def getPoolList(self): """Returns a list of 'TapePool' objects.""" Loading