Index: compile_rules.py ================================================================== --- compile_rules.py +++ compile_rules.py @@ -490,11 +490,11 @@ lRuleLine.append([i, "@@@@"+m.group(1)]) bGraph = True lGraphRule.append([i, sLine]) bGraph = True elif sLine.startswith("@@@@END_GRAPH"): - lGraphRule.append([i, sLine]) + #lGraphRule.append([i, sLine]) bGraph = False elif re.match("@@@@ *$", sLine): pass elif bGraph: lGraphRule.append([i, sLine])