From 16d48cc3b7d056ba8668f15a5fb6ccd86627f060 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Wed, 8 Jul 2009 18:54:06 +0000 Subject: [PATCH] table field for 'name' in the record will now be hrn. --- sfa/util/record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/record.py b/sfa/util/record.py index af079f38..d99e3a94 100644 --- a/sfa/util/record.py +++ b/sfa/util/record.py @@ -260,7 +260,7 @@ class GeniRecord(dict): self.set_pointer(dict['pointer']) self.set_type(dict['type']) - self['hrn'] = dict['name'] + self['hrn'] = dict['hrn'] self.update(dict) ## -- 2.47.0