mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 20:13:37 +01:00
Fix partial commit of change
This commit is contained in:
parent
075cc10d1c
commit
2a9be12503
1 changed files with 0 additions and 1 deletions
|
|
@ -797,7 +797,6 @@ def _windows_long_path_name(short_path):
|
|||
long path given a short filename.
|
||||
"""
|
||||
if not isinstance(short_path, unicode):
|
||||
short_path = unicode(short_path)
|
||||
short_path = short_path.decode(_fsencoding())
|
||||
|
||||
import ctypes
|
||||
|
|
|
|||
Loading…
Reference in a new issue