mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
cleanup
This commit is contained in:
parent
70edb62a6b
commit
88bdfd6548
1 changed files with 0 additions and 2 deletions
|
@ -353,7 +353,6 @@ class InputOutput:
|
|||
# Store any partial input before interrupting
|
||||
self.interrupted_partial_input = self.prompt_session.app.current_buffer.text
|
||||
self.prompt_session.app.exit()
|
||||
print("interrupting")
|
||||
|
||||
def get_input(
|
||||
self,
|
||||
|
@ -443,7 +442,6 @@ class InputOutput:
|
|||
else:
|
||||
line = input(show)
|
||||
|
||||
dump(line) #
|
||||
# Check if we were interrupted by a file change
|
||||
if self.changed_files:
|
||||
changed = " ".join(self.changed_files)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue