From: Faiyaz Ahmed Date: Wed, 8 Jul 2009 18:54:06 +0000 (+0000) Subject: table field for 'name' in the record will now be hrn. X-Git-Tag: sfa-0.9-0@14641~101 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=16d48cc3b7d056ba8668f15a5fb6ccd86627f060;p=sfa.git table field for 'name' in the record will now be hrn. --- 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) ##