mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: run subprocess with no stdin
This commit is contained in:
parent
cbe76bb49a
commit
15ebdcc45c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class EditBlockCoder(Coder):
|
|||
text=True,
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.STDOUT,
|
||||
stdin=subprocess.DEVNULL,
|
||||
)
|
||||
self.io.tool_output(result.stdout)
|
||||
except subprocess.CalledProcessError as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue