graham,
please try this fix. in bin/weewx/units.py, change line 652 from this:
return label[1] if plural else label[0]
to this:
return label[1] if plural and len(label) > 1 else label[0]
--
You received this message because you are subscribed to the Google Groups
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-development/90ac1568-6f4b-444e-aecb-2358e923ce9en%40googlegroups.com.