Commit 6644024e authored by Cristiano Urban's avatar Cristiano Urban
Browse files

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

parent 9077f392
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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."""