Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 13, 2024
1 parent 6c48f6e commit 01b063a
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 @@ -135,7 +135,7 @@ def create_repo_cpp_unit_test(repo: Repository, path_repo: Path, path_unit_test:

f.write(unit_test)

with path_unit_test.open('w', encoding='utf-8') as f:
with path_unit_test.open(encoding='utf-8') as f:
print(path_unit_test)
print(f.read())

Expand Down

0 comments on commit 01b063a

Please sign in to comment.