You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes @Exirel, that's what I added in #1959. But in the interest of user-friendliness (Sopel is supposed to be "simple", remember) I think we should add sensible behavior like stripping quotes (and logging a warning), unless there are reasonable use cases where someone might intentionally want a folder named ".
Description
If the value of a
FilenameAttribute
set in the config file is quoted, it silently creates a mess.Reproduction steps
core.logdir = "/path/to/logs"
$HOMEDIR
:Expected behavior
Even though quotes aren't required in Sopel's config file, they should be sensibly handled.
Environment
.version
: currentmaster
, aca1055-e .
@ above commitNotes
This is a leftover todo from #1959, where I updated the docs but didn't make any code changes related to this.
The text was updated successfully, but these errors were encountered: