Skip to content

Commit 3c2d418

Browse files
authored
Update and rename ds_convert.py to convert_ds.py
1 parent 38dc4f5 commit 3c2d418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cli():
120120
def csv2ds(transcription_file, ds_folder, overwrite, tolerance, hop_size, sample_rate):
121121
"""Convert a transcription file to DS file"""
122122
wavs_folder = transcription_file.parent / "wavs"
123-
assert wavs_folder.is_dir(), "raw folder not found."
123+
assert wavs_folder.is_dir(), "wavs folder not found."
124124

125125
ds_folder.mkdir(parents=True, exist_ok=True)
126126
with open(transcription_file, "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)