From 114c7dab4334ce8c2044643bc716ca96b6812336 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 30 Jan 2025 06:16:43 -0500 Subject: [PATCH] fix ref --- wis2-gdc-management/wis2_gdc/wme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wis2-gdc-management/wis2_gdc/wme.py b/wis2-gdc-management/wis2_gdc/wme.py index b14661d..21f852d 100644 --- a/wis2-gdc-management/wis2_gdc/wme.py +++ b/wis2-gdc-management/wis2_gdc/wme.py @@ -45,7 +45,7 @@ def generate_wme(subject: str, report_type: str, data: dict) -> dict: return { 'specversion': '1.0', - 'type': 'int.wmo.wis2.wme.report.wcmp2.{report_type}', + 'type': f'int.wmo.wis2.wme.report.wcmp2.{report_type}', 'source': CENTRE_ID, 'subject': subject, 'id': str(uuid.uuid4()),