bugfix
This commit is contained in:
parent
54abb1e5ed
commit
99afd61dac
@ -352,7 +352,7 @@ where a.id = b.ppid
|
||||
exception(f'{e}')
|
||||
raise Exception(e)
|
||||
data_value = config_data.get(k)
|
||||
if not value:
|
||||
if not data_value:
|
||||
e = f'数据({config_data})没有({k})数据'
|
||||
exception(e)
|
||||
raise Exeption(e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user