Commit 4112ded2 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix bug with measure missing due to removal form set

parent d79d26e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -71,7 +71,10 @@ class TestcaseParser(dict):
            measures = measures_from_whole

            # collect existing split suffixes by evaluating one of the measures only
            # get one measure from set and add it back immediately
            m_tmp = measures.pop()
            measures.add(m_tmp)

            splits = sorted(
                [
                    k.split(SPLIT_STRING)[-1]