Skip to content
Snippets Groups Projects
Commit 5cbaa67d authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

fix iobber chunker: read comma-separated chan list

parent ac5b9f1a
No related merge requests found
......@@ -29,7 +29,7 @@ from operator import itemgetter as ig
import corpio, config, classify
def get_channels(conf):
return conf.get(config.S_GLOBAL, config.O_CHANNELS).split()
return conf.get(config.S_GLOBAL, config.O_CHANNELS).split(',')
def is_input_tagged(conf):
return conf.getboolean(config.S_GLOBAL, config.O_TAGGED)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment