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
01dd1c48
Commit
01dd1c48
authored
Jan 04, 2023
by
Wei Shoulin
Browse files
no convert model
parent
de5cf475
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dfs_api_cluster/common/catalog.py
View file @
01dd1c48
...
@@ -39,7 +39,8 @@ class CatalogApi(object):
...
@@ -39,7 +39,8 @@ class CatalogApi(object):
limit
=
limit
limit
=
limit
),
metadata
=
get_auth_headers
()):
),
metadata
=
get_auth_headers
()):
if
resp
.
success
:
if
resp
.
success
:
data
=
from_proto_model_list
(
Gaia3Record
,
resp
.
records
)
# data = from_proto_model_list(Gaia3Record, resp.records)
data
=
resp
.
records
records
.
extend
(
data
)
records
.
extend
(
data
)
totalCount
=
resp
.
totalCount
totalCount
=
resp
.
totalCount
else
:
else
:
...
...
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