Skip to content

Commit e466831

Browse files
authored
Merge pull request #4 from cidrblock/main
Log fix
2 parents 4109662 + 464dcc0 commit e466831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pytest_ansible_network_integration/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ def ansible_project(
278278
inventory=inventory_path,
279279
directory=tmp_path,
280280
role=integration_test_path.name,
281-
log_file=Path.home() / "test_logs" / "{integration_test_path.name}.log",
282-
playbook_artifact=Path.home() / "test_logs" / "{integration_test_path.name}.json",
281+
log_file=Path.home() / "test_logs" / f"{integration_test_path.name}.log",
282+
playbook_artifact=Path.home() / "test_logs" / f"{integration_test_path.name}.json",
283283
)
284284

285285

0 commit comments

Comments
 (0)