mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
style: format long line in report command for better readability
This commit is contained in:
parent
1b5ef76c18
commit
7598f883f5
1 changed files with 3 additions and 1 deletions
|
@ -1140,7 +1140,9 @@ class Commands:
|
||||||
from aider.report import report_github_issue
|
from aider.report import report_github_issue
|
||||||
|
|
||||||
announcements = "\n".join(self.coder.get_announcements())
|
announcements = "\n".join(self.coder.get_announcements())
|
||||||
issue_text = f"{'User report:\n\n' if args.strip() else ''}{args}\n\nAnnouncements:\n{announcements}"
|
issue_text = (
|
||||||
|
f"{'User report:\n\n' if args.strip() else ''}{args}\n\nAnnouncements:\n{announcements}"
|
||||||
|
)
|
||||||
report_github_issue(issue_text, confirm=False)
|
report_github_issue(issue_text, confirm=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue