# HG changeset patch # User greg # Date 1543331430 18000 # Node ID 119c30a504db82cefc3bc5e0b74852368d0b24dd # Parent c5004164d035ea2611aef6bf08ef82a0a03bf078 Uploaded diff -r c5004164d035 -r 119c30a504db validate_temperature_data.py --- 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))