bugfix
This commit is contained in:
parent
5c1695827c
commit
23c3b293e8
@ -352,7 +352,7 @@ order by b.enabled_date desc"""
|
|||||||
msg = f'{p=},{f}: {spec_value=}, {data_value=}'
|
msg = f'{p=},{f}: {spec_value=}, {data_value=}'
|
||||||
exception(f'{e}:{msg}')
|
exception(f'{e}:{msg}')
|
||||||
break
|
break
|
||||||
if p_ok:
|
if p_ok and p.formula:
|
||||||
np = p.copy()
|
np = p.copy()
|
||||||
times = float(times)
|
times = float(times)
|
||||||
unit = float(unit)
|
unit = float(unit)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user