From: Tony Mack Date: Wed, 7 Mar 2012 19:32:49 +0000 (-0500) Subject: formatting X-Git-Tag: sfa-2.1-4~79 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b47f422b1d295ae66aaba6932a021055086079f2;p=sfa.git formatting --- 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