Skip to content

Commit

Permalink
updated data path
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 12, 2020
1 parent 06235d2 commit e1ecbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librosa/util/files.py
Expand Up @@ -20,7 +20,7 @@
# Instantiate the pooch
__data_path = os.environ.get('LIBROSA_DATA_DIR', pooch.os_cache('librosa'))
__GOODBOY = pooch.create(__data_path,
base_url="https://github.com/librosa/librosa-data/raw/master/audio/", # TODO: fix this
base_url="https://github.com/librosa/librosa-data/raw/main/audio/", # TODO: fix this
registry=None)

__GOODBOY.load_registry(resource_filename(__name__, str(Path('example_data') / 'registry.txt')))
Expand Down

0 comments on commit e1ecbe7

Please sign in to comment.