mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
arg type fixed
This commit is contained in:
parent
d887bf8c63
commit
204a3b2fb2
@ -110,7 +110,7 @@ if __name__ == "__main__":
|
||||
|
||||
input_file = Path(args.input_file)
|
||||
output_dir = Path(args.output_dir)
|
||||
lang = Path(args.lang)
|
||||
lang = args.lang
|
||||
|
||||
assert input_file.is_file(), f"{input_file} does not exist"
|
||||
assert output_dir.is_dir(), f"{output_dir} does not exist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user