Mercurial > repos > greg > validate_temperature_data
changeset 1:cfe1ce427aa7 draft
Uploaded
author | greg |
---|---|
date | Tue, 27 Nov 2018 09:50:49 -0500 |
parents | 4290854f3af5 |
children | 57c418290b61 |
files | validate_temperature_data.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/validate_temperature_data.py Tue Nov 27 09:47:31 2018 -0500 +++ b/validate_temperature_data.py Tue Nov 27 09:50:49 2018 -0500 @@ -154,7 +154,7 @@ tmax = items[9] accumulated_msgs = validate_decimal(i, tmax, accumulated_msgs, "tmax") if args.data_type == "normals" and num_normals_rows != 367: - accumulated_msgs = add_error_msg(accumulated_msgs, "The input file contains %d rows, (must be 367)." % num_normals_rows)) + accumulated_msgs = add_error_msg(accumulated_msgs, "The input file contains %d rows, (must be 367)." % num_normals_rows) if len(accumulated_msgs) > 0: stop_error(accumulated_msgs)