Commit ebd97b29 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

bug

parent 32940b1f
...@@ -151,7 +151,7 @@ class Level2DataApi(object): ...@@ -151,7 +151,7 @@ class Level2DataApi(object):
return: csst_dfs_common.models.Result return: csst_dfs_common.models.Result
''' '''
try: try:
resp, _ = self.stub.FindExistedBricks(level2_pb2.FindExistedBricksReq(),metadata = get_auth_headers()) resp = self.stub.FindExistedBricks(level2_pb2.FindExistedBricksReq(),metadata = get_auth_headers())
if resp.success: if resp.success:
return Result.ok_data(data = resp.brick_ids) return Result.ok_data(data = resp.brick_ids)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment