From a641fd151e632d592712e79d3addd95bc87b5517 Mon Sep 17 00:00:00 2001 From: J0J0 T Date: Sun, 28 Aug 2022 19:12:54 +0200 Subject: [PATCH] convert: playlist: debug winpath in test --- test/test_m3ufile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_m3ufile.py b/test/test_m3ufile.py index a8cb09f66..976c40508 100644 --- a/test/test_m3ufile.py +++ b/test/test_m3ufile.py @@ -84,6 +84,8 @@ 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(