Skip to content

Protect against trends with None values

Alex Pearce requested to merge trends-protection into master

This fixes a bug (no corresponding issue) where selecting particular trendable quantities showed an error in the web GUI. This occurred because the values returned from the DQDB query were None, which caused the TGraph creation to fail.

/cc @wbarter

Merge request reports