🔄 synced file(s) with Skyvern-AI/skyvern-cloud (#60)

This commit is contained in:
Kerem Yilmaz
2024-03-13 22:00:26 -07:00
committed by GitHub
parent d096aac692
commit 8489be5e25

View File

@@ -188,4 +188,4 @@ class FailedToTakeScreenshot(SkyvernException):
class WorkflowRunContextNotInitialized(SkyvernException):
def __init__(self, workflow_run_id: str) -> None:
super().__init__("WorkflowRunContext not initialized for workflow run {workflow_run_id}")
super().__init__(f"WorkflowRunContext not initialized for workflow run {workflow_run_id}")