Skip to content

Commit 8a53b9a

Browse files
committed
Add debug prints to track down issue on Windows
1 parent 0f0803e commit 8a53b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox_recreate_hook/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def tox_testenv_create(venv: VirtualEnv, action: Action) -> None: # noqa: D103
9696

9797
# The whole process should take place within the toxinidir
9898
with in_directory(toxinidir):
99+
print(f"output = {recreate_hook}")
100+
print(config._cfg.path)
99101
code: CodeType = compile(f"output = {recreate_hook}", config._cfg.path, mode="single")
100102

101103
hook_globals = {"builtin": tox_recreate_hook.hooks}

0 commit comments

Comments
 (0)