mirror of
https://github.com/beetbox/beets.git
synced 2026-01-09 09:22:55 +01:00
parent
6cb9504403
commit
d6905fa4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ class ArchiveImportTask(SentinelImportTask):
|
|||
`toppath` to that directory.
|
||||
"""
|
||||
for path_test, handler_class in self.handlers():
|
||||
if path_test(self.toppath):
|
||||
if path_test(util.py3_path(self.toppath)):
|
||||
break
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue