mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
feat: enhance GitHub issue reporting functionality
This commit is contained in:
parent
7598f883f5
commit
75c27a5dfb
2 changed files with 10 additions and 8 deletions
|
@ -74,12 +74,10 @@ def report_github_issue(issue_text, title=None, confirm=True):
|
|||
if not yes:
|
||||
return
|
||||
|
||||
if confirm:
|
||||
print("Attempting to open the issue URL in your default web browser...")
|
||||
print("Attempting to open the issue URL in your default web browser...")
|
||||
try:
|
||||
if webbrowser.open(issue_url):
|
||||
if confirm:
|
||||
print("Browser window should be opened.")
|
||||
print("Browser window should be opened.")
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue