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
commit 17b5309e47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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