mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
b5ef58c2aa
This helper was designed to ensure that the paths returned were all unicode types, but on a couple platforms having the path be a unicode type causes a traceback deep in the stdlib within posixpath. To work around this, this commit makes the helper a generator that simply decodes each tuple returned from os.walk as we iterate. |
||
---|---|---|
.. | ||
__init__.py | ||
test_fileclient.py | ||
test_gitfs.py | ||
test_map.py | ||
test_roots.py |