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
There are three places in the code where the return value of confvalue()
is concatenated with a string, which fails if the value is None. Rather
than changing them all, I thought it would be better to make confvalue()
return an empty string if the configuration for that value is absent.
0 commit comments