Variable expansion for reject candidates does not work #157

Open
opened 2024-03-28 20:02:15 +08:00 by johannesmoos · 0 comments
johannesmoos commented 2024-03-28 20:02:15 +08:00 (Migrated from github.com)

With Alice v6.1 it should be possible to use e.g.

[rejection_candidates]
communities = {{RS_AS_*}}:1901:1

as it is possible in other sections of the config. This does not work, though (reject candidate icon not shown).

Falling back to the old syntax works:

[rejection_candidates]
communities = 65000:1901:1,65001:1901:1,...
With Alice v6.1 it should be possible to use e.g. ``` [rejection_candidates] communities = {{RS_AS_*}}:1901:1 ``` as it is possible in other sections of the config. This does not work, though (reject candidate icon not shown). Falling back to the old syntax works: ``` [rejection_candidates] communities = 65000:1901:1,65001:1901:1,... ```
Sign in to join this conversation.
No description provided.