fix: single step system file error (#25533)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
Novice
2025-09-12 09:47:45 +08:00
committed by GitHub
parent 05af23f88f
commit 17b5309e47
2 changed files with 457 additions and 1 deletions

View File

@@ -367,7 +367,7 @@ class WorkflowEntry:
raise ValueError(f"Variable key {node_variable} not found in user inputs.")
# environment variable already exist in variable pool, not from user inputs
if variable_pool.get(variable_selector):
if variable_pool.get(variable_selector) and variable_selector[0] == ENVIRONMENT_VARIABLE_NODE_ID:
continue
# fetch variable node id from variable selector