X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fcdash%2Freport%2Flayout.py;h=ec17dec7e87d324250017cbc0d15b68ddcc46f92;hb=refs%2Fchanges%2F20%2F38720%2F4;hp=1e79b68b5ecadac1a3b4c4bb5f314fada84ab13d;hpb=0e39caf5ffa1d2bca04811895ba57fde147cfdcb;p=csit.git diff --git a/csit.infra.dash/app/cdash/report/layout.py b/csit.infra.dash/app/cdash/report/layout.py index 1e79b68b5e..ec17dec7e8 100644 --- a/csit.infra.dash/app/cdash/report/layout.py +++ b/csit.infra.dash/app/cdash/report/layout.py @@ -919,7 +919,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: row_card_sel_tests = C.STYLE_ENABLED