Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Ruff fix
  • Loading branch information
nv-oviya committed Nov 4, 2025
commit 8eff27abb450b3c8ee946016def4448260b5fc4a
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ async def lifespan(app: FastAPI):
logger.error(
f"Cannot recover GPU fault {fault_id}: invalid target '{target}'"
)
except Exception as exc:
except Exception:
logger.exception(f"Failed to recover fault {fault_id} during shutdown")


Expand Down
Loading