string coercion for non str types output
This commit is contained in:
parent
1b3ae40dce
commit
aaf85cc268
1 changed files with 5 additions and 4 deletions
|
@ -276,6 +276,7 @@ class OutputFamily:
|
||||||
val = ''
|
val = ''
|
||||||
if idx < len_default_value:
|
if idx < len_default_value:
|
||||||
if val:
|
if val:
|
||||||
|
val = str(val)
|
||||||
val += ' '
|
val += ' '
|
||||||
default = default_value[idx]
|
default = default_value[idx]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue