changeset 8:119c30a504db draft

Uploaded
author greg
date Tue, 27 Nov 2018 10:10:30 -0500
parents c5004164d035
children 9f4f850c472d
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 10:09:20 2018 -0500
+++ b/validate_temperature_data.py	Tue Nov 27 10:10:30 2018 -0500
@@ -62,7 +62,7 @@
             day = int(items[1])
             if month == 2 and day == 29:
                 return accumulated_msgs
-        except Exception
+        except Exception:
             # Error message accumulated below.
             pass
         return add_error_msg(accumulated_msgs, "Line %d contains an incorrect date format (%s must be mm-dd)." % (line_no, mmdd))