mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-12 00:14:34 +00:00
remove exc_info from LOG.exception (#246)
This commit is contained in:
parent
45d11e5a7f
commit
b6a85cf3a5
8 changed files with 20 additions and 22 deletions
|
@ -192,7 +192,6 @@ class WorkflowService:
|
|||
LOG.exception(
|
||||
f"Error while executing workflow run {workflow_run.workflow_run_id}",
|
||||
workflow_run_id=workflow_run.workflow_run_id,
|
||||
exc_info=True,
|
||||
)
|
||||
await self.mark_workflow_run_as_failed(workflow_run_id=workflow_run.workflow_run_id)
|
||||
raise e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue