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 276f574 commit 75d9000Copy full SHA for 75d9000
src/gradient/resources/agents/agents.py
@@ -680,7 +680,7 @@ def wait_until_ready(
680
if status in ("STATUS_FAILED", "STATUS_UNDEPLOYMENT_FAILED", "STATUS_DELETED"):
681
raise AgentDeploymentError(
682
f"Agent deployment failed with status: {status}",
683
- status=status or "UNKNOWN",
+ status=status,
684
)
685
686
# Check timeout
@@ -1264,7 +1264,7 @@ async def wait_until_ready(
1264
1265
1266
1267
1268
1269
1270
0 commit comments