mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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:
|
if edit[0] is None:
|
||||||
edit = edit[1]
|
edit = edit[1]
|
||||||
# This is a shell command
|
# This is a shell command
|
||||||
commands = edit.strip().split('\n')
|
commands = edit.strip().split("\n")
|
||||||
if self.io.confirm_ask("Run shell command(s)?", subject='\n'.join(commands)):
|
if self.io.confirm_ask("Run shell command(s)?", subject="\n".join(commands)):
|
||||||
self.io.tool_output()
|
self.io.tool_output()
|
||||||
for command in commands:
|
for command in commands:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue