diff --git a/lslopt/lslbasefuncs.py b/lslopt/lslbasefuncs.py index e085d9e..0d9e616 100644 --- a/lslopt/lslbasefuncs.py +++ b/lslopt/lslbasefuncs.py @@ -852,7 +852,7 @@ def llCSV2List(s): assert isstring(s) bracketlevel = 0 - lastwascomma = False + lastwascomma = True # first space is eaten!!! lastidx = 0 i = 0 ret = []