mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: format code using linter
This commit is contained in:
parent
9706d54293
commit
a9fe599591
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ class EditBlockCoder(Coder):
|
|||
if edit[0] is None:
|
||||
edit = edit[1]
|
||||
# This is a shell command
|
||||
commands = edit.strip().split('\n')
|
||||
if self.io.confirm_ask("Run shell command(s)?", subject='\n'.join(commands)):
|
||||
commands = edit.strip().split("\n")
|
||||
if self.io.confirm_ask("Run shell command(s)?", subject="\n".join(commands)):
|
||||
self.io.tool_output()
|
||||
for command in commands:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue