Skip to content

Commit 64bd5e5

Browse files
Error handling code updates
1 parent f9b110a commit 64bd5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflowai/core/domain/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ def __str__(self):
8181
"details": self.error.details,
8282
"task_run_id": self.task_run_id,
8383
}
84-
return json.dumps(error_dict, indent=4)
84+
return f"WorkflowAIError : {json.dumps(error_dict, indent=4)}, Task Run ID : {self.task_run_id}"

0 commit comments

Comments
 (0)