mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27833 from jfindlay/path_decode
decode path before string ops in fileclient
This commit is contained in:
commit
a41b59bf6e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue