# HG changeset patch # User greg # Date 1543330249 18000 # Node ID cfe1ce427aa7153b0f18464ad1e1af181ae341a3 # Parent 4290854f3af5385e5ddb28ea8462c9336159bfaa Uploaded diff -r 4290854f3af5 -r cfe1ce427aa7 validate_temperature_data.py --- 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)