Skip to content

Don't assume plotter params exist

Jaden DIEFENBAUGH requested to merge quickfix_plotter_params into master

There seems to be an edge case when running the dev setup locally where there aren't any default plotter parameters available for the plotter. This crashes the search functionality. To reproduce:

  • Go to an experiment
  • Click on the blue magnifying glass to search for relevant experiments
  • Django should crash in search_tags.py giving 'NoneType' object has no attribute 'fullname'

Merge request reports