knope_utils.py: minor fix converting list to []
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.
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.