mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
noop
This commit is contained in:
parent
610998aafd
commit
14463700d3
2 changed files with 10 additions and 11 deletions
10
coder.py
10
coder.py
|
@ -73,10 +73,12 @@ class Coder:
|
|||
|
||||
print()
|
||||
print('='*60)
|
||||
try:
|
||||
inp = input('> ')
|
||||
except EOFError:
|
||||
return
|
||||
inp = ''
|
||||
while not inp.strip():
|
||||
try:
|
||||
inp = input('> ')
|
||||
except EOFError:
|
||||
return
|
||||
|
||||
print()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue