Skip to content

Commit c4f02ec

Browse files
committed
Disable run complete notification for macos
1 parent 4409f35 commit c4f02ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def notify_complete(message="Run completed"):
378378
default_notification_icon=icon,
379379
)
380380
notification.message = message
381-
notification.send()
381+
# notification.send()
382382
else:
383383
# Linux and Windows - Use plyer
384384
from plyer import notification

0 commit comments

Comments
 (0)