mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +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
|
# Store any partial input before interrupting
|
||||||
self.interrupted_partial_input = self.prompt_session.app.current_buffer.text
|
self.interrupted_partial_input = self.prompt_session.app.current_buffer.text
|
||||||
self.prompt_session.app.exit()
|
self.prompt_session.app.exit()
|
||||||
print("interrupting")
|
|
||||||
|
|
||||||
def get_input(
|
def get_input(
|
||||||
self,
|
self,
|
||||||
|
@ -443,7 +442,6 @@ class InputOutput:
|
||||||
else:
|
else:
|
||||||
line = input(show)
|
line = input(show)
|
||||||
|
|
||||||
dump(line) #
|
|
||||||
# Check if we were interrupted by a file change
|
# Check if we were interrupted by a file change
|
||||||
if self.changed_files:
|
if self.changed_files:
|
||||||
changed = " ".join(self.changed_files)
|
changed = " ".join(self.changed_files)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue