sb: Convert any unicode macro values to a string in __str__.

This commit is contained in:
Chris Johns 2018-10-24 21:36:21 +11:00
parent 1e9075af68
commit ceeb3be303

View File

@ -123,6 +123,7 @@ class macros:
lc = 0
for l in ds:
lc += 1
l = self._unicode_to_str(l)
while len(l):
if indent:
text += ' %21s %10s %12s' % (' ', ' ', ' ')