diff --git a/aider/io.py b/aider/io.py index 93182bac5..c2f82ffd3 100644 --- a/aider/io.py +++ b/aider/io.py @@ -587,7 +587,7 @@ class InputOutput: self.console.print(show_resp) return mdStream - def print(self, message): + def print(self, message=""): print(message) def append_chat_history(self, text, linebreak=False, blockquote=False, strip=True):