Skip to content

Commit b14027c

Browse files
authored
DS_STORE Error (and Other Unsupported Format) (RVC-Boss#1265)
* DS_STORE * DS_STORE * . * roll back
1 parent 68c1153 commit b14027c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/asr/fasterwhisper_asr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def execute_asr(input_folder, output_folder, model_size, language, precision):
7878
text += segment.text
7979
output.append(f"{file_path}|{output_file_name}|{info.language.upper()}|{text}")
8080
except:
81-
return print(traceback.format_exc())
81+
print(traceback.format_exc())
8282

8383
output_folder = output_folder or "output/asr_opt"
8484
os.makedirs(output_folder, exist_ok=True)

0 commit comments

Comments
 (0)