From 9077f392ef07421a012ba1a9ccf6906fadcbf63c Mon Sep 17 00:00:00 2001 From: Cristiano Urban Date: Mon, 23 Aug 2021 11:46:13 +0200 Subject: [PATCH] Fixed typo. Signed-off-by: Cristiano Urban --- transfer_service/tape_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transfer_service/tape_client.py b/transfer_service/tape_client.py index 6fedaa8..9110abe 100644 --- a/transfer_service/tape_client.py +++ b/transfer_service/tape_client.py @@ -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.""" -- GitLab