bugfix
This commit is contained in:
parent
02b7debdef
commit
2fab509c41
@ -349,7 +349,7 @@ order by b.enabled_date desc"""
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
msg = f'{p=},{f}: {spec_value=}, {data_value=}'
|
msg = f'{p=},{f}: {spec_value=}, {data_value=}'
|
||||||
exception(f'{e}:{msg}')
|
exception(f'{e}:{msg}')
|
||||||
raise e
|
break
|
||||||
if p_ok:
|
if p_ok:
|
||||||
np = p.copy()
|
np = p.copy()
|
||||||
times = float(times)
|
times = float(times)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user