mirror of
https://github.com/facebookresearch/blt.git
synced 2025-04-23 18:19:09 +00:00
Merge 3d44bd1b7a
into sapling-pr-archive-EntilZha
This commit is contained in:
commit
3c08d7e5d7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def copy_dir(input_dir: str, output_dir: str) -> None:
|
|||
assert os.path.isdir(input_dir), f"{input_dir} is not a directory"
|
||||
assert os.path.isdir(output_dir), f"{output_dir} is not a directory"
|
||||
rsync_cmd = (
|
||||
f"rsync -arm --copy-links "
|
||||
f"rsync -rmt --copy-links "
|
||||
f"--include '**/' "
|
||||
f"--include '*.py' "
|
||||
f"--exclude='*' "
|
||||
|
|
Loading…
Add table
Reference in a new issue