mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 14:03:12 +01:00
oops: one more unicode-decode in _sorted_walk
This commit is contained in:
parent
51f9db16cf
commit
2e23c2acc6
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ def _sorted_walk(path):
|
|||
|
||||
# Recurse into directories.
|
||||
for base in dirs:
|
||||
base = library._unicode_path(base)
|
||||
cur = os.path.join(path, base)
|
||||
# yield from _sorted_walk(cur)
|
||||
for res in _sorted_walk(cur):
|
||||
|
|
|
|||
Loading…
Reference in a new issue