beets/beets
Adrian Sampson 2023344019 Windows: fix relative paths in normpath()
The changes introduced in rc1 caused paths to be syspath-ified before they were
passed to os.path.abspath. The magic prefix caused them to be interpreted as
absolute paths even if they were relative. The fix is, in this *isolated*
case, to use Unicode but prefix-free paths in calls to the os.path.* functions.
Those functions need to act on Unicode objects but seem to be purely syntactic
-- nothing is tripped up by using long filenames without the magic prefix.
2012-12-19 12:19:23 -08:00
..
autotag avoid potential error with malformed dates from MB 2012-11-27 19:50:35 -08:00
ui exit without traceback on ^C 2012-12-17 17:13:11 -08:00
util Windows: fix relative paths in normpath() 2012-12-19 12:19:23 -08:00
__init__.py fetchart: fix exception when source returns None 2012-12-17 23:22:45 -08:00
importer.py don't crash when singleton-importing broken files 2012-12-08 12:10:06 -08:00
library.py GH-69/GC-450: docs, changelog, simplification 2012-12-05 09:10:07 -08:00
mediafile.py fix non-boolean modifications to boolean MF fields 2012-12-16 13:03:33 -08:00
plugins.py only load plugins from specified modules 2012-10-12 21:55:54 -07:00
vfs.py The Great Trailing Whitespace Purge of 2012 2012-05-13 20:22:17 -07:00