Skip to content

Commit ff824a6

Browse files
committed
fix: set git config + misc daemon improvements
1 parent 6eaf61b commit ff824a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run_daemon(session: CodegenSession, function, diff_preview: int | None = Non
4646
limited_diff = "\n".join(diff_lines[:diff_preview])
4747

4848
if truncated:
49-
limited_diff += "\n\n...\n\n[yellow]diff truncated to {diff_preview} lines, view the full change set on your local file system after using run with `--apply-local`[/yellow]"
49+
limited_diff += f"\n\n...\n\n[yellow]diff truncated to {diff_preview} lines[/yellow]"
5050

5151
panel = Panel(limited_diff, title="[bold]Diff Preview[/bold]", border_style="blue", padding=(1, 2), expand=False)
5252
rich.print(panel)

0 commit comments

Comments
 (0)