Compare commits
1 commit
12e2d037d4
...
aaf85cc268
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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