mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +00:00
🔄 synced file(s) with Skyvern-AI/skyvern-cloud (#60)
This commit is contained in:
parent
d096aac692
commit
8489be5e25
1 changed files with 1 additions and 1 deletions
|
@ -188,4 +188,4 @@ class FailedToTakeScreenshot(SkyvernException):
|
||||||
|
|
||||||
class WorkflowRunContextNotInitialized(SkyvernException):
|
class WorkflowRunContextNotInitialized(SkyvernException):
|
||||||
def __init__(self, workflow_run_id: str) -> None:
|
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}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue