Skip to content

Commit 4b00b4c

Browse files
committed
Fix wrong path output
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1cfd3f3 commit 4b00b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_cookiecutter_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_generation(tmp_path: pathlib.Path, repo_type: str) -> None:
3838

3939
cmd = ". .venv/bin/activate; pip install .[dev-noxfile]; nox -e ci_checks_max pytest_min"
4040
print()
41-
print(f"Running in shell [{cwd}]: {cmd}")
41+
print(f"Running in shell [{repo_path}]: {cmd}")
4242
subprocess.run(cmd, shell=True, cwd=repo_path, check=True)
4343

4444

0 commit comments

Comments
 (0)