As released to customer

This commit is contained in:
2026-06-01 04:23:12 -04:00
parent 5867e7029f
commit 1aec311ca8
2 changed files with 169 additions and 55 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ Examples:
print(f"INFO: Mount job started with ID: {job_id}")
# Monitor the job
monitor_job_status(job_id, db['cluster']['id'])
# monitor_job_status(job_id, db['cluster']['id'])
except Exception as e:
print(f"ERROR: {e}", file=sys.stderr)