Skip to content
Snippets Groups Projects
Commit ca15b75d authored by Love Billenius's avatar Love Billenius
Browse files

include scp

parent 41e61e5d
Branches
Tags
No related merge requests found
...@@ -258,7 +258,7 @@ def run_mktorrent(input: Path) -> Path: ...@@ -258,7 +258,7 @@ def run_mktorrent(input: Path) -> Path:
def run_scp(input: Path, output: str) -> None: def run_scp(input: Path, output: str) -> None:
cmd: List[str] = [] cmd: List[str] = ["scp"]
if input.is_dir(): if input.is_dir():
cmd.append("-r") cmd.append("-r")
cmd.extend((str(input.resolve()), output)) cmd.extend((str(input.resolve()), output))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment