Skip to content

Commit

Permalink
Log expression evaluation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 12, 2025
1 parent 6fd796e commit 1f8390f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/workflow/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def evaluate_value_from_expressions(progress, step, execution_state, extra_step_
# In any case I believe the CWL secret hint can be bypassed if the value is passed on
# to another step input that doesn't have the secret set.
# Complicated stuff, ignore for now.
log.debug("Expression evaluation failed", exc_info=True)
raise FailWorkflowEvaluation(
InvocationFailureExpressionEvaluationFailed(
reason=FailureReason.expression_evaluation_failed, workflow_step_id=step.id
Expand Down

0 comments on commit 1f8390f

Please sign in to comment.