fix: remove unused exception variable in report_github_issue function

This commit is contained in:
Paul Gauthier (aider) 2024-08-29 07:31:18 -07:00
parent 31e5e327b0
commit 9f1b268740

View file

@ -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()