decode path before string ops in fileclient

Fixes #27789.
This commit is contained in:
Justin Findlay 2015-10-09 13:04:02 -06:00
parent 4a69db27cd
commit 66c74e591e

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