mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Set utils property explicitly for FSClient
This commit is contained in:
parent
3889006149
commit
83ec174d44
@ -1356,7 +1356,8 @@ class FSClient(RemoteClient):
|
||||
the FSChan object
|
||||
'''
|
||||
def __init__(self, opts): # pylint: disable=W0231
|
||||
RemoteClient.__init__(self, opts)
|
||||
self.opts = opts
|
||||
self.utils = salt.loader.utils(opts)
|
||||
self.channel = salt.fileserver.FSChan(opts)
|
||||
self.auth = DumbAuth()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user