From: Tony Mack Date: Sat, 30 Jun 2012 02:10:55 +0000 (-0400) Subject: fix bug X-Git-Tag: sfa-2.1-12~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=66871800522dcc48fc9726e5369c4a68b6357cec;p=sfa.git fix bug --- diff --git a/sfa/storage/record.py b/sfa/storage/record.py index f3aa8ee9..0ac188f1 100644 --- a/sfa/storage/record.py +++ b/sfa/storage/record.py @@ -91,7 +91,7 @@ class Record: # handle gid if attrib_name == 'gid': print " gid:" - print GID(attrib).dump_string(8, dump_parents) + print GID(string=attrib).dump_string(8, dump_parents) elif attrib_name in ['date created', 'last updated']: print " %s: %s" % (attrib_name, self.date_repr(attrib_name)) else: