fileclient: decode file list from master

Fixes #29918.
This commit is contained in:
Justin Findlay 2015-12-22 10:12:06 -07:00
parent cb1c0958bd
commit f6162f168c

View file

@ -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):
'''