mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
style: Fix formatting in utils.py
This commit is contained in:
parent
6d02c14fe4
commit
79ffc2405a
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ def run_interactive_command_pexpect(command):
|
|||
|
||||
try:
|
||||
# Use the SHELL environment variable, falling back to /bin/sh if not set
|
||||
shell = os.environ.get('SHELL', '/bin/sh')
|
||||
|
||||
shell = os.environ.get("SHELL", "/bin/sh")
|
||||
|
||||
if os.path.exists(shell):
|
||||
# Use the shell from SHELL environment variable
|
||||
child = pexpect.spawn(shell, args=["-c", command], encoding="utf-8")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue