mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-10 06:15:18 +00:00
Remove unused error log (#804)
This commit is contained in:
parent
995daba429
commit
59c7db4059
2 changed files with 4 additions and 7 deletions
|
@ -627,15 +627,11 @@ class WorkflowService:
|
|||
] = await self.get_output_parameter_workflow_run_output_parameter_tuples(
|
||||
workflow_id=workflow_run.workflow_id, workflow_run_id=workflow_run_id
|
||||
)
|
||||
|
||||
outputs = None
|
||||
if output_parameter_tuples:
|
||||
outputs = {output_parameter.key: output.value for output_parameter, output in output_parameter_tuples}
|
||||
else:
|
||||
LOG.error(
|
||||
"No output parameters found for workflow run",
|
||||
workflow_permanent_id=workflow_permanent_id,
|
||||
workflow_run_id=workflow_run_id,
|
||||
)
|
||||
outputs = None
|
||||
|
||||
return WorkflowRunStatusResponse(
|
||||
workflow_id=workflow.workflow_permanent_id,
|
||||
workflow_run_id=workflow_run_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue