Skip to content

Commit

Permalink
use input wsi instead of returned value (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Nov 19, 2023
1 parent cbcf5bc commit 0f56b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/metadata/station.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def get(ctx, wsi, verbosity):

results = OrderedDict({
'station_name': station['station_name'],
'wigos_station_identifier': station['wigos_station_identifier'],
'wigos_station_identifier': wsi,
'traditional_station_identifier': None,
'facility_type': station['facility_type'],
'latitude': station.get('latitude', ''),
Expand Down

0 comments on commit 0f56b05

Please sign in to comment.