mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
cb1c0958bd
commit
f6162f168c
1 changed files with 1 additions and 1 deletions
|
@ -1144,7 +1144,7 @@ class RemoteClient(Client):
|
|||
'prefix': prefix,
|
||||
'cmd': '_file_list'}
|
||||
|
||||
return self.channel.send(load)
|
||||
return [sdecode(fn_) for fn_ in self.channel.send(load)]
|
||||
|
||||
def file_list_emptydirs(self, saltenv='base', prefix='', env=None):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue