mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Minor change.
parent
137489cc1f
commit
82b0837d8c
|
|
@ -210,6 +210,9 @@ class Profile(SQLSubModel):
|
|||
sf = ">" + ''.join(itertools.repeat("f", len(values)))
|
||||
len_values = len(values)
|
||||
elif key is "sl":
|
||||
# HACK: Some dirty code to transforme list of list of
|
||||
# tuple to list of values and ensure the values is
|
||||
# float type...
|
||||
values = flatten(
|
||||
flatten(
|
||||
map(lambda v: list(
|
||||
|
|
|
|||
Loading…
Reference in New Issue