Skip to content

Sort the Counters

Ziyi Wang requested to merge ziyi_corr_CounterHandler into master

In order to make the list have a definite order, use sorted(list(_list)) instead of list(_list) when making up the location list.

Merge request reports