Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry committed Dec 31, 2024
1 parent 233dc3f commit 613834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/workflow/workflow_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def mapping_user_inputs_to_variable_pool(
variable_selector
):
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):
continue
Expand Down

0 comments on commit 613834e

Please sign in to comment.