Remove erroneous self.cmd = None
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ class RemoteMixin( object ):
|
|||||||
self.sshcmd = []
|
self.sshcmd = []
|
||||||
self.isRemote = False
|
self.isRemote = False
|
||||||
# Satisfy pylint
|
# Satisfy pylint
|
||||||
self.shell, self.pid, self.cmd = None, None, None
|
self.shell, self.pid = None, None
|
||||||
super( RemoteMixin, self ).__init__( name, **kwargs )
|
super( RemoteMixin, self ).__init__( name, **kwargs )
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user