Skip to content

Commit 36936cf

Browse files
committed
Sort detector list for DCS
1 parent 49123f1 commit 36936cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/readout-dataflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ roles:
19011901
###############################
19021902
# DCS Panel
19031903
###############################
1904-
dcs_detectors: "{{ detectors }}"
1904+
dcs_detectors: "{{ json.Marshal(json.Sort(json.Unmarshal(detectors))) }}"
19051905
dcs_sor_parameters: !public
19061906
value: "{}"
19071907
type: string

0 commit comments

Comments
 (0)