Skip to content

Commit

Permalink
Fix double single quote typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnorthcutt authored May 5, 2021
1 parent 5796589 commit 2405c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset-scripts/audioset_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ def main(audioset_dir):
"'/datasets/audioset/audioset_v1_embeddings/' "
"you should call this script like this:\npython "
"audioset_preprocessing.py --audioset-dir "
"'/datasets/audioset/audioset_v1_embeddings/''")
"'/datasets/audioset/audioset_v1_embeddings/'")
main(audioset_dir=arg_parser.audioset_dir)

0 comments on commit 2405c37

Please sign in to comment.