We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa792ea commit ac1928dCopy full SHA for ac1928d
tests/utils.py
@@ -58,6 +58,7 @@ def run_command(
58
else:
59
# List of args (already split)
60
print(f"cmd_env before subprocess: {env=}") # Debug: print env
61
+ print(f"Running command: {cmd=}") # Debug: log command
62
result = subprocess.run(
63
cmd,
64
env=env,
0 commit comments