Skip to content

Commit

Permalink
Update AnalyzeDataset.ipynb (#2783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-coder-l authored Oct 16, 2023
1 parent b25d96e commit e4b8d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/dataset_analysis/AnalyzeDataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
" wav_file = item[\"audio_file\"].strip()\n",
" wav_files.append(wav_file)\n",
" if not os.path.exists(wav_file):\n",
" print(waf_path)"
" print(wav_file)"
]
},
{
Expand Down

0 comments on commit e4b8d71

Please sign in to comment.