From a94add0424b98fc6c0d7804c177cc222ba83099b Mon Sep 17 00:00:00 2001 From: Dominik Wernberger Date: Sat, 13 Jul 2024 11:12:30 +0200 Subject: [PATCH] Fixup --- test/py/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/testing.py b/test/py/testing.py index 103ed48..084d4c8 100644 --- a/test/py/testing.py +++ b/test/py/testing.py @@ -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"""