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