diff --git a/aider/report.py b/aider/report.py index 6025c36ca..8454e162f 100644 --- a/aider/report.py +++ b/aider/report.py @@ -91,5 +91,6 @@ def main(): report_github_issue(issue_text, title) + if __name__ == "__main__": main()