Commit 9077f392 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo.

parent b51be055
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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."""