Skip to content

Commit

Permalink
Update library_generation/test/integration_tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Wang <[email protected]>
  • Loading branch information
diegomarquezp and JoeWang1127 authored Feb 21, 2024
1 parent 460ded2 commit 53d1fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __pull_repo_to(cls, default_dest: Path, repo: str, committish: str) -> str:
"Add /workspace to safe directories",
)
dest = Path(dest_str)
repo = Repo(dest)
repo = Repo(Path(dest_in_docker))
else:
dest = default_dest
repo_dest = f"{golden_dir}/{repo}"
Expand Down

0 comments on commit 53d1fe4

Please sign in to comment.