mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Rename function
This commit is contained in:
parent
86a995161e
commit
f4d81cc7c5
@ -1884,7 +1884,7 @@ def is_cjk(character):
|
||||
)
|
||||
|
||||
|
||||
def symlink_or_copyfile(exp_dir: Path, src: str, dst: str):
|
||||
def symlink_or_copy(exp_dir: Path, src: str, dst: str):
|
||||
"""
|
||||
In the experiment directory, create a symlink pointing to src named dst.
|
||||
If symlink creation fails (Windows?), fall back to copyfile."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user