Skip to content
Snippets Groups Projects
Commit 8c37975d authored by Bob Lantz's avatar Bob Lantz
Browse files

Remove erroneous self.cmd = None

parent 4d55ef11
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ def __init__( self, name, server='localhost', user=None, serverIP=None,
self.sshcmd = []
self.isRemote = False
# Satisfy pylint
self.shell, self.pid, self.cmd = None, None, None
self.shell, self.pid = None, None
super( RemoteMixin, self ).__init__( name, **kwargs )
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment