Skip to content

Commit ac1928d

Browse files
committed
Add cmd= log
1 parent aa792ea commit ac1928d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def run_command(
5858
else:
5959
# List of args (already split)
6060
print(f"cmd_env before subprocess: {env=}") # Debug: print env
61+
print(f"Running command: {cmd=}") # Debug: log command
6162
result = subprocess.run(
6263
cmd,
6364
env=env,

0 commit comments

Comments
 (0)