Skip to content

Commit 1e5f554

Browse files
committed
with session issue
1 parent e261b03 commit 1e5f554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lfx/src/lfx/graph/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ async def log_vertex_build(
370370
if db_service is None:
371371
return
372372

373-
async with db_service._with_session() as session: # noqa: SLF001
373+
async with db_service.with_session() as session: # noqa: SLF001
374374
await crud_log_vertex_build(session, vertex_build)
375375

376376
# Note: emit_vertex_build_event is NOT called here because it needs

0 commit comments

Comments
 (0)