From e9904172f1b28eff6ceb7cedb52e143feb42b640 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 16 Jul 2024 18:49:44 +0100 Subject: [PATCH] copy --- aider/website/docs/usage/lint-test.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/aider/website/docs/usage/lint-test.md b/aider/website/docs/usage/lint-test.md index 08e97b5e5..434687035 100644 --- a/aider/website/docs/usage/lint-test.md +++ b/aider/website/docs/usage/lint-test.md @@ -72,13 +72,15 @@ the code's output before asking for changes or corrections.
> Aider v0.43.5-dev -#### /run python tmp.py +#### /run python myscript.py + +``` +Traceback (most recent call last): + File "myscript.py", line 22, in \ Traceback (most recent call last): -> File "myscript.py", line 22, in -> raise ValueError("something bad happened") -> ValueError: something bad happened -> > Add the output to the chat? y