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 83b9be4 commit b6920a0Copy full SHA for b6920a0
bench_runner/scripts/install.py
@@ -331,6 +331,7 @@ def _main(check: bool) -> None:
331
write_yaml(dst_path, dst, check)
332
elif src_path.name.endswith(".src.py"):
333
dst_path = WORKFLOW_PATH / (src_path.name[:-7] + ".py")
334
+ print(f"Writing python {dst_path}")
335
write_python(dst_path, src_path.read_text(), check)
336
else:
337
dst_path = ROOT_PATH / src_path.name
0 commit comments