diff --git a/aider/watch.py b/aider/watch.py index 5045c32b6..6726041e4 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -109,7 +109,7 @@ class FileWatcher: content = f.read() match = self.ai_comment_pattern.search(content) return bool(match) - except Exception as err: + except Exception: return def start(self):