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