File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
3636 # Collect all config names from all YAMLs, one per line
3737 CONFIGS="$(
3838 for config in configurations/*.yml; do
39- ./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
39+ ./bin/make_detector_configuration -d templates -t epic.xml.jinja2 -c "$config" -o "epic_$(basename "$config" .yml).xml" -p
4040 done | sort -u
4141 )"
42-
42+
4343 # CSV
4444 CONFIGS_CSV="$(echo "$CONFIGS" | paste -sd, -)"
4545 # JSON
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if 'features' in config and ('far_forward' in config['features'] or 'far_backwar
6363 # Create a new config dictionary with the current ebeam and pbeam values
6464 new_config = config .copy ()
6565 new_config .update (values )
66-
66+
6767 if not args .print :
6868 with open (new_output , 'w' ) as output :
6969 output .write (template .render (** new_config ))
You can’t perform that action at this time.
0 commit comments