Skip to content

Commit 7409619

Browse files
chore: also log repo root (#668)
1 parent 16b900c commit 7409619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/cli/commands/run/run_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run_local(
3737
# Parse codebase and run
3838
repo_root = session.repo_path
3939

40-
with Status("[bold]Parsing codebase...", spinner="dots") as status:
40+
with Status(f"[bold]Parsing codebase at {repo_root} ...", spinner="dots") as status:
4141
codebase = parse_codebase(repo_root)
4242
status.update("[bold green]✓ Parsed codebase")
4343

0 commit comments

Comments
 (0)