From 2a9be125032bbb5289aca6d1dd2a4c93b181cf45 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 31 May 2016 15:35:59 -0700 Subject: [PATCH] Fix partial commit of change --- beets/util/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beets/util/__init__.py b/beets/util/__init__.py index e169b1f72..e92f1a83b 100644 --- a/beets/util/__init__.py +++ b/beets/util/__init__.py @@ -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