Skip to content

Commit b6920a0

Browse files
committed
Get more info
1 parent 83b9be4 commit b6920a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench_runner/scripts/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def _main(check: bool) -> None:
331331
write_yaml(dst_path, dst, check)
332332
elif src_path.name.endswith(".src.py"):
333333
dst_path = WORKFLOW_PATH / (src_path.name[:-7] + ".py")
334+
print(f"Writing python {dst_path}")
334335
write_python(dst_path, src_path.read_text(), check)
335336
else:
336337
dst_path = ROOT_PATH / src_path.name

0 commit comments

Comments
 (0)