Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion comfy_cli/command/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2330,7 +2330,7 @@ def _builder_client(renderer, builder_url: str | None):
def _report_builder_error(renderer, e) -> None:
"""Emit one error envelope for a builder failure. Prefers the limited-beta 403,
then the builder's own error body (e.g. `INVALID_DEFINITION: …` or
`SUBSCRIPTION_REQUIRED: …`) over urllib's opaque "HTTP Error 400", then the
`PAYMENT_REQUIRED: …`) over urllib's opaque "HTTP Error 400", then the
generic transport error.

It carries no Build id, because the old `create` verb's orphan case is gone:
Expand Down
Loading