X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fcdash%2Ftrending%2Flayout.py;h=87d11626d4b1cd559b131bdd5f096d1db8074a4c;hb=f578663642305f144f76ddadf0370701147f18ff;hp=005d1dc141cd19e7cd991313a1c51f7158d2d104;hpb=877928bd3cf147654209225dd4605db02eb562e4;p=csit.git diff --git a/csit.infra.dash/app/cdash/trending/layout.py b/csit.infra.dash/app/cdash/trending/layout.py index 005d1dc141..87d11626d4 100644 --- a/csit.infra.dash/app/cdash/trending/layout.py +++ b/csit.infra.dash/app/cdash/trending/layout.py @@ -1087,7 +1087,7 @@ class Layout: try: store_sel = literal_eval(url_params["store_sel"][0]) normalize = literal_eval(url_params["norm"][0]) - except (KeyError, IndexError): + except (KeyError, IndexError, AttributeError): pass if store_sel: last_test = store_sel[-1]