sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
948 stars 402 forks source link

config.types.ChoiceAttribute: log the invalid value if validation fails #2624

Closed dgw closed 1 month ago

dgw commented 2 months ago

Description

This should make debugging a bad configuration easier, especially if the value is read from an environment variable.

It should also help with figuring out weird errors related to invisible characters in the configuration file, but that's not the primary motivation here.

Checklist

dgw commented 1 month ago

Could go in Sopel 8.0.1.

It could. Easy cherry-pick, so why not.