Merge pull request #27833 from jfindlay/path_decode

decode path before string ops in fileclient
This commit is contained in:
Mike Place 2015-10-12 09:26:39 -06:00
commit a41b59bf6e

View file

@ -212,6 +212,7 @@ class Client(object):
ret = []
path = salt.utils.locales.sdecode(path)
path = self._check_proto(path)
# We want to make sure files start with this *directory*, use
# '/' explicitly because the master (that's generating the