Skip to content

lalinference_pipe_utils.py: minor python 3 fix for roq runs.

Soichiro Morisaki requested to merge twosoichiros/lalsuite:roq_python3 into master

.keys() method and map() do not return list in python3. I confirmed that dag is successfully created with this patch.

Merge request reports