diff --git a/lslopt/lslbasefuncs.py b/lslopt/lslbasefuncs.py index 2daf65f..e085d9e 100644 --- a/lslopt/lslbasefuncs.py +++ b/lslopt/lslbasefuncs.py @@ -867,6 +867,7 @@ def llCSV2List(s): lastwascomma = False lastidx = i+1 else: + lastwascomma = False if c == u',': lastwascomma = True ret.append(s[lastidx:i])