We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4847054 commit e535828Copy full SHA for e535828
colcon_notification/desktop_notification/win32.py
@@ -124,3 +124,5 @@ def _on_destroy(hwnd, msg, wparam, lparam): # noqa: D102
124
'Failed to delete the notification handle: {e}'
125
.format_map(locals()))
126
win32gui.PostQuitMessage(0)
127
+
128
+ return 0
0 commit comments