Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jan 30, 2025
1 parent dc58d39 commit 114c7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2-gdc-management/wis2_gdc/wme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 114c7da

Please sign in to comment.