Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 960cee1 commit a94add0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/py/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def create_repo_cpp_unit_test(repo: Repository, path_repo: Path, path_unit_test:

for file in repo.files:
file_name = os.path.basename(file.path)
full_path = os.path.normpath(path_repo / file.path)
full_path = Path(os.path.normpath(path_repo / file.path))
unit_test = f"""
Expand Down

0 comments on commit a94add0

Please sign in to comment.