Skip to content

knope_utils.py: minor fix converting list to []

Matthew Pitkin requested to merge matthew-pitkin/lalsuite:knope_utils_fix into master

This very minor patch fixes the use of list() to create a list from the single int to instead use [], which currently doesn't work.

cc @karl-wette @david-keitel

Merge request reports