Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api-cluster
Commits
ebd97b29
Commit
ebd97b29
authored
Jun 22, 2023
by
Wei Shoulin
Browse files
bug
parent
32940b1f
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dfs_api_cluster/mbi/level2.py
View file @
ebd97b29
...
...
@@ -151,7 +151,7 @@ class Level2DataApi(object):
return: csst_dfs_common.models.Result
'''
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
:
return
Result
.
ok_data
(
data
=
resp
.
brick_ids
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment