mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
fix: remove unused exception variable in report_github_issue function
This commit is contained in:
parent
31e5e327b0
commit
9f1b268740
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue