fix(types): T7 — eliminate all remaining 38 mypy errors; fix DeckyRow subscript in engine tests
This commit is contained in:
@@ -436,6 +436,8 @@ def _compose_with_retry(
|
||||
console.print(f"[red]{result.stderr.strip()}[/]")
|
||||
log.error("docker compose %s failed after %d attempts: %s",
|
||||
" ".join(args), retries, result.stderr.strip())
|
||||
if last_exc is None: # pragma: no cover — retries=0 is not a supported call
|
||||
raise RuntimeError("_compose_with_retry exhausted retries without capturing an error")
|
||||
raise last_exc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user