-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Description
Two issues that I encountered with notify due to undocumented/wrong documented behavior.
-
Version downloaded via pip has different signature vs main/docs.
Pip version has signaturenotify(title, subtitle, message, sound), and raises ValueError ifmessage == '', but main/docs have signaturenotify(title, subtitle, sound)with value error iftitle == subtitle == ''. I kept calling this function exactly as docs describe but getting ValueError... -
notify.notify requires you have a file at workflowdir/icon.png, otherwise you get somewhat cryptic error. It doesn't describe the need for an icon anywhere in this project's docs.
Metadata
Metadata
Assignees
Labels
No labels