mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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}'"
|
return f"terminal-notifier -title 'Aider' -message '{NOTIFICATION_MESSAGE}'"
|
||||||
# Fall back to osascript
|
# Fall back to osascript
|
||||||
return (
|
return (
|
||||||
f'osascript -e \'display notification "{NOTIFICATION_MESSAGE}" with title'
|
f'osascript -e \'display notification "{NOTIFICATION_MESSAGE}" with title "Aider"\''
|
||||||
' "Aider"\''
|
|
||||||
)
|
)
|
||||||
elif system == "Linux":
|
elif system == "Linux":
|
||||||
# Check for common Linux notification tools
|
# Check for common Linux notification tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue