Skip to content
Snippets Groups Projects
Commit 4f411de0 authored by Duncan Meacher's avatar Duncan Meacher
Browse files

gstlal_etg_pipe: fixed bug with channel lists for command lines

parent 68d88b3c
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ def etg_node_gen(gstlalETGJob, dag, parent_nodes, segsdict, ifo, options, channe
outstr = outstr + channel + ":" + str(int(samp_rate))
# Adds channel to current process
if cumsum_rates < n_streams:
if cumsum_rates < n_streams and ii < len(data_source_info.channel_dict.keys()):
outstr = outstr + " --channel-name="
# Finalise each process once number of streams passes threshold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment