# HG changeset patch # User greg # Date 1543330635 18000 # Node ID 467305a518291bec17f55d5a7fa8810b94c9b6ec # Parent 9ca3ff39066693d04c61e09ff5abae1a3c99d27c Uploaded diff -r 9ca3ff390666 -r 467305a51829 validate_temperature_data.py --- a/validate_temperature_data.py Tue Nov 27 09:55:22 2018 -0500 +++ b/validate_temperature_data.py Tue Nov 27 09:57:15 2018 -0500 @@ -75,6 +75,7 @@ if i == 0: if line != header: accumulated_msgs = add_error_msg(accumulated_msgs, "The header is invalid, must be %s" % header) + continue items = line.split(",") if args.data_type == "normals": if i > 367: