Skip to content

Commit 83b9be4

Browse files
committed
Try to get more info
1 parent 32b7011 commit 83b9be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bench_runner/scripts/install.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ def _main(check: bool) -> None:
321321
if not src_path.is_file():
322322
continue
323323

324+
print(f"Processing {src_path}...")
325+
324326
if src_path.name.endswith(".src.yml"):
325327
dst_path = WORKFLOW_PATH / (src_path.name[:-8] + ".yml")
326328
generator = GENERATORS.get(src_path.name, generate_generic)

0 commit comments

Comments
 (0)