mirror of
https://github.com/beetbox/beets.git
synced 2025-12-27 19:12:40 +01:00
make the entire RSRC path a bytestring
This commit is contained in:
parent
41d9739323
commit
ea7f994839
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ beetsplug.__path__ = [os.path.abspath(
|
|||
)]
|
||||
|
||||
# Test resources path.
|
||||
RSRC = os.path.join(os.path.dirname(__file__), b'rsrc')
|
||||
RSRC = util.bytestring_path(os.path.join(os.path.dirname(__file__), 'rsrc'))
|
||||
|
||||
# Propagate to root loger so nosetest can capture it
|
||||
log = logging.getLogger('beets')
|
||||
|
|
|
|||
Loading…
Reference in a new issue