use + separator instead of :
This commit is contained in:
parent
a65dd4e6c2
commit
503ecd2907
@ -139,5 +139,5 @@ def parse(l):
|
||||
def update_config_with_sector_opts(config, sector_opts):
|
||||
for o in sector_opts.split("-"):
|
||||
if o.startswith("CF:"):
|
||||
l = o.split(":")[1:]
|
||||
l = o.split("+")[1:]
|
||||
update_config(config, parse(l))
|
Loading…
Reference in New Issue
Block a user