Skip to content

Commit

Permalink
correcting the header column names
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Nov 19, 2024
1 parent 828b38c commit 9a8f9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/geopoints_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def run(self, args):
if variable_name == 'swan_HS':
data_src = 'SWAN'

header_name = data_src + dataproduct
header_name = data_src + ' ' + dataproduct

self.logger.debug('Header name defined to be %s ', header_name)

Expand Down

0 comments on commit 9a8f9b9

Please sign in to comment.