Skip to content

Commit b30635d

Browse files
committed
Fixed indentation
1 parent 97c788d commit b30635d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def load_wav_data_from_srt(srt_file: str, source_file: str, feature_engineering_
110110
try:
111111
raw_wav = wf.readframes(frames_to_read * number_channels)
112112
except RuntimeError:
113-
raw_wav = ""
113+
raw_wav = ""
114114
print( "Error loading in all of the .SRT file for " + source_file + " - Consider deleting " + srt_file + " to resegment the audio file" )
115115
keep_collecting = False
116116

0 commit comments

Comments
 (0)