Skip to content

Commit

Permalink
318: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Sep 13, 2024
1 parent 4a4c8b1 commit bbbbf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/ush/met_db_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def main(args):

if (not file_data.mode_cts_data.empty) or (not file_data.mode_obj_data.empty):
cts_lines = WriteModeSql()

cts_lines.write_mode_data(xml_loadfile.flags,
file_data.mode_cts_data,
file_data.mode_obj_data,
Expand Down

0 comments on commit bbbbf47

Please sign in to comment.