From b47f422b1d295ae66aaba6932a021055086079f2 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 7 Mar 2012 14:32:49 -0500 Subject: [PATCH] formatting --- 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 0d03bc69..254ca3d5 100644 --- a/sfa/storage/record.py +++ b/sfa/storage/record.py @@ -93,7 +93,7 @@ class Record: elif attrib_name in ['date created', 'last updated']: print " %s: %s" % (attrib_name, self.date_repr(attrib_name)) else: - print " %s: %s" % (attrib_name, attrib) + print " %s: %s" % (attrib_name, attrib) def dump_simple(self): return "%s"%self -- 2.43.0