mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 23:43:31 +01:00
Review: format docstring on the following line
This commit is contained in:
parent
dd9de05968
commit
3a5ea58f7a
1 changed files with 2 additions and 1 deletions
|
|
@ -224,7 +224,8 @@ def sorted_walk(path, ignore=(), ignore_hidden=False, logger=None):
|
|||
|
||||
def pathlib_as_posix(path):
|
||||
"""Return the string representation of the path with forward (/)
|
||||
slashes."""
|
||||
slashes.
|
||||
"""
|
||||
return path.replace(b'\\', b'/')
|
||||
|
||||
def mkdirall(path):
|
||||
|
|
|
|||
Loading…
Reference in a new issue