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}")