We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269aa71 commit 903e494Copy full SHA for 903e494
wes_client/__init__.py
@@ -99,7 +99,7 @@ def fixpaths(d):
99
exit(0)
100
101
r = client.WorkflowExecutionService.GetWorkflowStatus(workflow_id=r["workflow_id"]).result()
102
- while r["state"] in ("Queued", "Initializing", "Running"):
+ while r["state"] in ("QUEUED", "INITIALIZING", "RUNNING"):
103
time.sleep(1)
104
105
0 commit comments