changeset 5:467305a51829 draft

Uploaded
author greg
date Tue, 27 Nov 2018 09:57:15 -0500
parents 9ca3ff390666
children 418a11822c5a
files validate_temperature_data.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: