From 8489be5e25d3d6c09aae90ebb05806dc28eb8fc8 Mon Sep 17 00:00:00 2001 From: Kerem Yilmaz Date: Wed, 13 Mar 2024 22:00:26 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Skyver?= =?UTF-8?q?n-AI/skyvern-cloud=20(#60)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skyvern/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern/exceptions.py b/skyvern/exceptions.py index 12e083c1..e3956d8e 100644 --- a/skyvern/exceptions.py +++ b/skyvern/exceptions.py @@ -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}")