mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Remove unnecessary f-string prefix
This commit is contained in:
parent
f723fbefc3
commit
6e866d7e8a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class EditBlockCoder(Coder):
|
|||
self.io.tool_error(f"Error running command '{command}': {str(e)}")
|
||||
|
||||
self.io.tool_output(f"To retry and share output with the LLM: /run {command}")
|
||||
self.io.tool_output(f"You can find this command in your input history with up-arrow.")
|
||||
self.io.tool_output("You can find this command in your input history with up-arrow.")
|
||||
|
||||
def handle_shell_commands(self, commands_str):
|
||||
commands = commands_str.strip().splitlines()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue