changeset 13:73a0f0ba30d4 draft

Uploaded
author greg
date Thu, 15 Nov 2018 10:25:53 -0500
parents 977280cfef63
children 1522cab08b44
files validate_affy_metadata.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/validate_affy_metadata.py	Thu Nov 15 10:24:37 2018 -0500
+++ b/validate_affy_metadata.py	Thu Nov 15 10:25:53 2018 -0500
@@ -156,7 +156,7 @@
         public = string_as_boolean_string(items[27])
         # Optional.
         public_after_date = items[28]
-        accumulated_msga = validate_date_string(public_after_date)
+        accumulated_msga = validate_date_string(i, public_after_date, accumulated_msgs)
 
 if len(accumulated_msgs) > 0:
     stop_error(accumulated_msgs)