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
cb33df4b
Commit
cb33df4b
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
return relevant_data_id_list in dispatchers
parent
78bb2a01
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
cb33df4b
...
@@ -407,7 +407,7 @@ class Dispatcher:
...
@@ -407,7 +407,7 @@ class Dispatcher:
relevant_data_id_list
=
(
relevant_data_id_list
=
(
[]
[]
if
len
(
this_data_detector_files
)
==
0
if
len
(
this_data_detector_files
)
==
0
else
list
(
this_data_detector_files
[
"_id"
])
else
list
(
this_data_detector_files
[
"_id
_data
"
])
),
),
)
)
)
)
...
@@ -523,7 +523,7 @@ class Dispatcher:
...
@@ -523,7 +523,7 @@ class Dispatcher:
relevant_data_id_list
=
(
relevant_data_id_list
=
(
[]
[]
if
len
(
this_data_obsid_file
)
==
0
if
len
(
this_data_obsid_file
)
==
0
else
list
(
this_data_obsid_file
[
"_id"
])
else
list
(
this_data_obsid_file
[
"_id
_data
"
])
),
),
)
)
)
)
...
@@ -621,7 +621,7 @@ class Dispatcher:
...
@@ -621,7 +621,7 @@ class Dispatcher:
relevant_data_id_list
=
(
relevant_data_id_list
=
(
[]
[]
if
len
(
this_obsgroup_file
)
==
0
if
len
(
this_obsgroup_file
)
==
0
else
list
(
this_obsgroup_file
[
"_id"
])
else
list
(
this_obsgroup_file
[
"_id
_data
"
])
),
),
)
)
)
)
...
...
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