Loading transfer_service/tape_client.py +0 −2 Original line number Diff line number Diff line Loading @@ -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.""" Loading Loading
transfer_service/tape_client.py +0 −2 Original line number Diff line number Diff line Loading @@ -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.""" Loading