mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 11:02:43 +01:00
Fixed the flake8 check...
This commit is contained in:
parent
eafdd9e379
commit
b3fc489305
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ class EmbedartCliTest(_common.TestCase, TestHelper):
|
|||
self.abbey_similarpath))
|
||||
|
||||
def test_non_ascii_album_path(self):
|
||||
import_dir = os.path.join(self.temp_dir, 'testsrcdir\xe4')
|
||||
resource_path = os.path.join(_common.RSRC, 'image.mp3')
|
||||
album = self.add_album_fixture()
|
||||
trackpath = album.items()[0].path
|
||||
|
|
|
|||
Loading…
Reference in a new issue