mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 18:43:38 +01:00
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. |
||
|---|---|---|
| .. | ||
| rsrc | ||
| __init__.py | ||
| _common.py | ||
| test_art.py | ||
| test_autotag.py | ||
| test_db.py | ||
| test_files.py | ||
| test_ihate.py | ||
| test_importer.py | ||
| test_mb.py | ||
| test_mediafile.py | ||
| test_mediafile_basic.py | ||
| test_pipeline.py | ||
| test_player.py | ||
| test_query.py | ||
| test_template.py | ||
| test_the.py | ||
| test_ui.py | ||
| test_vfs.py | ||
| test_zero.py | ||
| testall.py | ||