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 588d9de commit cb1e3e8Copy full SHA for cb1e3e8
examples/execute_command.py
@@ -50,6 +50,7 @@ def main() -> None:
50
if execution.status.phase == "TASK_EXECUTION_PHASE_FAILED":
51
print(f"Task execution failed: {execution.status.failure_message}")
52
finally:
53
+ # Clean up command
54
delete_command(client, task_id)
55
56
# Clean up environment
0 commit comments