forked from Mirror/pmbootstrap
WIP: test: start fixing mypy errors (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
1232c35e48
commit
2a0ca33770
5 changed files with 33 additions and 31 deletions
|
@ -64,4 +64,4 @@ def prepare_tmpdir(args: PmbArgs, monkeypatch, tmpdir):
|
|||
return path_local, run_git
|
||||
|
||||
def copy_dotgit(args: PmbArgs, tmpdir):
|
||||
shutil.copytree(args.aports + "/.git", tmpdir + "/.git", ignore_dangling_symlinks=True)
|
||||
shutil.copytree(args.aports / ".git", tmpdir + "/.git", ignore_dangling_symlinks=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue