Skip to content

Commit

Permalink
Fix the variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
majic31 committed Dec 22, 2024
1 parent 7153ce4 commit 35945b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/python/onnxruntime/funasr_onnx/sensevoice_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _get_lid(self, lid):
return self.lid_dict[lid]
else:
raise ValueError(
f"The language {l} is not in {list(self.lid_dict.keys())}"
f"The language {lid} is not in {list(self.lid_dict.keys())}"
)

def _get_tnid(self, tnid):
Expand Down

0 comments on commit 35945b4

Please sign in to comment.