wip
This commit is contained in:
parent
44546e390a
commit
2d77c5056a
|
|
@ -362,6 +362,8 @@ class Test(Widget):
|
||||||
v = "-"
|
v = "-"
|
||||||
elif isinstance(v, float):
|
elif isinstance(v, float):
|
||||||
v = f"{v:.1f}"
|
v = f"{v:.1f}"
|
||||||
|
if not isinstance(v, str):
|
||||||
|
v = str(v)
|
||||||
return v
|
return v
|
||||||
|
|
||||||
def print(self, archived, label):
|
def print(self, archived, label):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user