Skip to content

Commit

Permalink
#2772 Renamed error_messageg to error_message
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Feb 6, 2024
1 parent 49dcfb8 commit 3042112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/python/met/point.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ def convert_point_data(point_data, check_all_records=False, input_type='csv'):
csv_point_data.check_csv_point_data(check_all_records)
tmp_point_data = csv_point_data.get_point_data()
else:
met_base.error_messageg(f'convert_point_data(() Not supported input type: {input_type}')
met_base.error_message(f'convert_point_data(() Not supported input type: {input_type}')
return tmp_point_data

def get_empty_point_obs():
Expand Down

0 comments on commit 3042112

Please sign in to comment.