mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +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):
|
||||
self.opts = opts
|
||||
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.stack = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user