mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Fix linter formatting in io.py
This commit is contained in:
parent
448de8519a
commit
97b5b1b669
1 changed files with 1 additions and 2 deletions
|
@ -975,8 +975,7 @@ class InputOutput:
|
|||
return f"terminal-notifier -title 'Aider' -message '{NOTIFICATION_MESSAGE}'"
|
||||
# Fall back to osascript
|
||||
return (
|
||||
f'osascript -e \'display notification "{NOTIFICATION_MESSAGE}" with title'
|
||||
' "Aider"\''
|
||||
f'osascript -e \'display notification "{NOTIFICATION_MESSAGE}" with title "Aider"\''
|
||||
)
|
||||
elif system == "Linux":
|
||||
# Check for common Linux notification tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue