From cf98a2e5abda3d0757b33af5f08771e02f1a20fe Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 12 Jun 2009 17:19:24 +0000 Subject: [PATCH] date_created and last_updated fields dont exist in genitables yet. comment this out for now --- geni/util/record.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geni/util/record.py b/geni/util/record.py index 34e98fee..55b9f2cc 100644 --- a/geni/util/record.py +++ b/geni/util/record.py @@ -34,8 +34,8 @@ class GeniRecord(dict): 'hrn': Parameter(str, "Human readable name of object"), 'gid': Parameter(str, "GID of the object"), 'type': Parameter(str, "Record type"), - 'last_updated': Parameter(int, 'Date and time of last update'), - 'date_created': Parameter(int, 'Date and time this record was created'), + #'last_updated': Parameter(int, 'Date and time of last update'), + #'date_created': Parameter(int, 'Date and time this record was created'), } internal_fields = { -- 2.43.0