From 66871800522dcc48fc9726e5369c4a68b6357cec Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 29 Jun 2012 22:10:55 -0400 Subject: [PATCH] fix bug --- sfa/storage/record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.0