Skip to content

Commit

Permalink
add exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Toolacious committed Mar 5, 2023
1 parent 73adf78 commit cafe59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs2/msuperb/asr1/local/split_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def read_lid(path):
for line in read_lines(path):
try:
isos, utt_id = get_info_from_raw_line(line)
except:
except Exception:
print(line)
raise
res[utt_id] = isos
Expand Down

0 comments on commit cafe59b

Please sign in to comment.