mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Convert any unicode macro values to a string in __str__.
This commit is contained in:
parent
1e9075af68
commit
ceeb3be303
@ -123,6 +123,7 @@ class macros:
|
|||||||
lc = 0
|
lc = 0
|
||||||
for l in ds:
|
for l in ds:
|
||||||
lc += 1
|
lc += 1
|
||||||
|
l = self._unicode_to_str(l)
|
||||||
while len(l):
|
while len(l):
|
||||||
if indent:
|
if indent:
|
||||||
text += ' %21s %10s %12s' % (' ', ' ', ' ')
|
text += ' %21s %10s %12s' % (' ', ' ', ' ')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user