Skip to content

Commit 61964af

Browse files
authored
nit: do not raise on codebase parse (#537)
1 parent bab8220 commit 61964af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/codegen/runner/sandbox/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ async def lifespan(server: FastAPI):
5454
except Exception:
5555
logger.exception("Failed to build graph during warmup")
5656
server_info.warmup_state = WarmupState.FAILED
57-
raise
5857

5958
logger.info("Sandbox fastapi server is ready to accept requests")
6059
yield

0 commit comments

Comments
 (0)