From 61671e9d3f202f259e2d2921db1f5dc461f5bcc9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 7 Jan 2025 10:49:21 -0800 Subject: [PATCH] cleanup --- aider/watch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aider/watch.py b/aider/watch.py index 9ec7bfb24..f1e24bcc5 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -122,8 +122,7 @@ class FileWatcher: continue changed_files = {str(Path(change[1])) for change in changes} self.changed_files.update(changed_files) - if self.io.prompt_session and self.io.prompt_session.app: - self.io.interrupt_input() + self.io.interrupt_input() return except Exception as e: if self.verbose: