From 18946f70123d8d776f4823cd6e5bb6b82e9707f4 Mon Sep 17 00:00:00 2001 From: Robert Lupton the Good Date: Tue, 17 Oct 2023 16:22:15 -0400 Subject: [PATCH] Support summarychart --- milestones/utility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/milestones/utility.py b/milestones/utility.py index 86b3dcf..bf0e6ec 100644 --- a/milestones/utility.py +++ b/milestones/utility.py @@ -172,6 +172,7 @@ def load_milestones(pmcs_filename, local_data_filename, load_tasks=False): "test_spec", "jira", "jira_testplan", + "summarychart", ]: if attribute in local[ms.code]: logger.info(f"Setting {attribute} on {ms.code}")