Closed fohrloop closed 2 months ago
I think this is not so acute anymore after the default on_fail
action was changed to "warn" (in https://github.com/fohrloop/wakepy/pull/388). Perhaps better to keep the examples minimalistic. There parameter is documented already in the User Guide and in the API Reference.
Not all people read all the documentation. Adding
on_fail="warn"
in the examples, like this:would make people notice the
on_fail
action flag. That's also a good default for applications that are used on multiple platforms, and would probably prevent unnecessary issues and save everyone's time.