Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning committed Jan 22, 2025
1 parent cfbc20d commit 94c021d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weave/trace_server/sqlite_trace_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ def obj_read(self, req: tsi.ObjReadReq) -> tsi.ObjReadRes:
req.project_id,
conditions=conds,
include_deleted=True,
metadata_only=req.metadata_only,
)
if len(objs) == 0:
raise NotFoundError(f"Obj {req.object_id}:{req.digest} not found")
Expand Down

0 comments on commit 94c021d

Please sign in to comment.