mirror of
https://github.com/beetbox/beets.git
synced 2026-01-18 14:11:35 +01:00
convert: playlist: Remove debug print winpath
in test.
This commit is contained in:
parent
ff03ecaa27
commit
c28eb95ef2
1 changed files with 0 additions and 2 deletions
|
|
@ -110,8 +110,6 @@ class M3UFileTest(unittest.TestCase):
|
|||
"""Test loading unicode paths from a playlist file."""
|
||||
the_playlist_file = path.join(RSRC, b'playlist_windows.m3u8')
|
||||
winpath = path.join('x:\\', 'This', 'is', 'å', 'path', 'to_a_file.mp3')
|
||||
print("this is winpath:")
|
||||
print(winpath)
|
||||
m3ufile = M3UFile(the_playlist_file)
|
||||
m3ufile.load()
|
||||
self.assertEqual(
|
||||
|
|
|
|||
Loading…
Reference in a new issue