diff --git a/aider/report.py b/aider/report.py index c5971853f..38a98f793 100644 --- a/aider/report.py +++ b/aider/report.py @@ -29,7 +29,7 @@ def report_github_issue(issue_text, title=None): print("Browser window should be opened.") else: print("Unable to open browser window automatically.") - except Exception as e: + except Exception: print() print("Please use this URL to file a GitHub issue:") print()