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 = ''
|
||||
if idx < len_default_value:
|
||||
if val:
|
||||
val = str(val)
|
||||
val += ' '
|
||||
default = default_value[idx]
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue