Index: compile_rules_graph.py ================================================================== --- compile_rules_graph.py +++ compile_rules_graph.py @@ -583,11 +583,11 @@ if lValue[3] == "-": if lValue[-1]: if lValue[-1] not in dTempURL: dTempURL[lValue[-1]] = i i += 1 - lValue[-1] = i + lValue[-1] = dTempURL[lValue[-1]] else: lValue[-1] = 0 dURL = { v: k for k, v in dTempURL.items() } # reversing key and values dURL[0] = "" # end