mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
copy
This commit is contained in:
parent
bf554cfe43
commit
a7742e1706
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import webbrowser
|
||||||
from aider import __version__
|
from aider import __version__
|
||||||
from aider.urls import github_issues
|
from aider.urls import github_issues
|
||||||
|
|
||||||
FENCE = "`"*3
|
FENCE = "`" * 3
|
||||||
|
|
||||||
|
|
||||||
def report_github_issue(issue_text, title=None):
|
def report_github_issue(issue_text, title=None):
|
||||||
|
@ -31,7 +31,7 @@ def report_github_issue(issue_text, title=None):
|
||||||
print(issue_text.strip())
|
print(issue_text.strip())
|
||||||
print()
|
print()
|
||||||
print("Please consider reporting this bug to help improve aider!")
|
print("Please consider reporting this bug to help improve aider!")
|
||||||
prompt = "Report this as a GitHub Issue using your browser? (Y/n) "
|
prompt = "Open a GitHub Issue pre-filled with the above error in your browser? (Y/n) "
|
||||||
confirmation = input(prompt).strip().lower()
|
confirmation = input(prompt).strip().lower()
|
||||||
|
|
||||||
yes = not confirmation or confirmation.startswith("y")
|
yes = not confirmation or confirmation.startswith("y")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue