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-pipeline
csst_common
Commits
0519cbb9
Commit
0519cbb9
authored
Apr 13, 2023
by
BO ZHANG
🏀
Browse files
print message after DFS query
parent
7f4affc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
0519cbb9
...
...
@@ -871,6 +871,7 @@ class CsstMsDataManager:
# query for L0 data
print
(
f
"Query obs_id=
{
obs_id
}
..."
,
end
=
""
)
recs
=
Level0DataApi
().
find
(
obs_id
=
obs_id
)
print
(
"Message:
\n
"
,
recs
)
print
(
f
"
{
recs
[
'totalCount'
]
}
records obtained!"
)
assert
recs
[
"code"
]
==
0
assert
recs
[
"totalCount"
]
>
0
...
...
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