new version of aum backend
This commit is contained in:
parent
416e449d07
commit
d714250cc8
21 changed files with 1408 additions and 2000 deletions
|
|
@ -42,7 +42,7 @@ class ProfileFormatter(IFormatter):
|
|||
result += self.print_node(sub, level+1)
|
||||
else:
|
||||
if isinstance(node.value, (tuple,list)):
|
||||
value = ','.join(unicode(v) for v in node.value)
|
||||
value = ', '.join(unicode(v) for v in node.value)
|
||||
else:
|
||||
value = node.value
|
||||
result += u'\t' * level + u'%-20s %s\n' % (node.label + ':', value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue