Skip to content

Commit

Permalink
fixed - to _
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Philippe Rousseau Lambert committed Sep 27, 2023
1 parent 4cf5a1a commit 694a82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msc_pygeoapi/loader/swob_realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def parse_swob(swob_file):
properties[f'{last_element}-qa'] = value
elif name == 'data_flag':
properties[f'{last_element}-data_flag-uom'] = uom
properties[f'{last_element}-data_flag-code-src'] = nest_elem.attrib['code-src'] # noqa
properties[f'{last_element}-data_flag-code_src'] = nest_elem.attrib['code-src'] # noqa
properties[f'{last_element}-data_flag-value'] = value

swob_values['properties'] = properties
Expand Down

0 comments on commit 694a82e

Please sign in to comment.