Commit 0519cbb9 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

print message after DFS query

parent 7f4affc7
......@@ -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
......
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