Skip to content

Commit 9d1aeac

Browse files
committed
Sort detector list for TRG
1 parent 36936cf commit 9d1aeac

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
@@ -2047,7 +2047,7 @@ roles:
20472047
- name: trg
20482048
enabled: "{{trg_enabled == 'true'}}"
20492049
defaults:
2050-
trg_detectors: "{{ detectors }}"
2050+
trg_detectors: "{{ json.Marshal(json.Sort(json.Unmarshal(detectors))) }}"
20512051
trg_runtime_config: "{{ runtime.Get('trg/ltu', trg_runtime_config_file) }}"
20522052
trg_global_config: "{{ runtime.Get('trg/ctp', trg_load_parameters) }}"
20532053
roles:

0 commit comments

Comments
 (0)