mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Pylint fix
This commit is contained in:
parent
384588d500
commit
276e7912d9
@ -74,7 +74,7 @@ class RAETChannel(Channel):
|
|||||||
def __init__(self, opts, **kwargs):
|
def __init__(self, opts, **kwargs):
|
||||||
self.opts = opts
|
self.opts = opts
|
||||||
self.ttype = 'raet'
|
self.ttype = 'raet'
|
||||||
self.dst = ('master', None, 'remote_cmd') # minion to master comms
|
self.dst = ('master', None, 'remote_cmd') # minion to master comms
|
||||||
#self.dst = (None, None, 'remote_cmd')
|
#self.dst = (None, None, 'remote_cmd')
|
||||||
self.stack = None
|
self.stack = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user