fix external_data_tools bug

This commit is contained in:
takatost 2024-03-19 17:58:33 +08:00
parent 7778901630
commit 17b7426cc6
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ class BasicVariablesConfigManager:
typ = list(variable.keys())[0]
if typ == 'external_data_tool':
val = variable[typ]
if 'config' not in val:
continue
external_data_variables.append(
ExternalDataVariableEntity(
variable=val['variable'],