Loading benchmarks/python/execprotocol.py +2 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ else: protocol["transitions"][i][p] = list(map(to_string, protocol["transitions"][i][p])) protocol["predicate"] = re.sub(r'C\[([^]]*)\]', lambda match: to_string(match.group(1)), protocol["predicate"]) if "precondition" in protocol: protocol["precondition"] = re.sub(r'C\[([^]]*)\]', lambda match: to_string(match.group(1)), protocol["precondition"]) if "statesStyle" in protocol: Loading Loading
benchmarks/python/execprotocol.py +2 −1 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ else: protocol["transitions"][i][p] = list(map(to_string, protocol["transitions"][i][p])) protocol["predicate"] = re.sub(r'C\[([^]]*)\]', lambda match: to_string(match.group(1)), protocol["predicate"]) if "precondition" in protocol: protocol["precondition"] = re.sub(r'C\[([^]]*)\]', lambda match: to_string(match.group(1)), protocol["precondition"]) if "statesStyle" in protocol: Loading