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-cicd
csst-dag
Commits
71707f5b
Commit
71707f5b
authored
May 06, 2025
by
BO ZHANG
🏀
Browse files
fix typo
parent
dbab8adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/msc.py
View file @
71707f5b
...
@@ -86,19 +86,20 @@ class CsstMscL1Mbi(BaseDAG):
...
@@ -86,19 +86,20 @@ class CsstMscL1Mbi(BaseDAG):
project_id
=
project_id
,
project_id
=
project_id
,
batch_id
=
batch_id
,
batch_id
=
batch_id
,
obs_id
=
this_rec
[
"obs_id"
],
obs_id
=
this_rec
[
"obs_id"
],
chipid
=
this_rec
[
"detector_no"
],
chip
_
id
=
this_rec
[
"detector_no"
],
dag_run_id
=
self
.
gen_dag_run_id
(),
dag_run_id
=
self
.
gen_dag_run_id
(),
**
kwargs
,
**
kwargs
,
)
)
if
not
demo
:
if
not
demo
:
level0
.
update_prc_status
(
# push and update
this_rec
[
"level0_id"
],
self
.
push
(
this_msg
)
this_msg
[
"dag_run_id"
],
this_update
=
level0
.
update_prc_status
(
level0_id
=
this_rec
[
"level0_id"
],
dag_run_id
=
this_msg
[
"dag_run_id"
],
prc_status
=-
2
,
prc_status
=-
2
,
dataset
=
dataset
,
dataset
=
dataset
,
)
)
self
.
push
(
this_msg
)
assert
this_update
.
success
,
this_update
.
message
msgs
.
append
(
this_msg
)
msgs
.
append
(
this_msg
)
# self.push(msg)
# self.push(msg)
return
msgs
return
msgs
...
...
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