Explorar el Código

Merge branch 'master' of https://msdl.uantwerpen.be/git/simon/SCCD

Simon Van Mierlo hace 8 años
padre
commit
969dc01650
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/python_sccd/python_sccd_compiler/state_linker.py

+ 1 - 1
src/python_sccd/python_sccd_compiler/state_linker.py

@@ -101,7 +101,7 @@ class StateLinker(Visitor):
                         current_node = child
                         break
                 if not found :
-                    raise StateReferenceException("Refering to non exiting node at posisition " + str(token.pos) + " in state reference.")
+                    raise StateReferenceException("Refering to non exiting node " + cname + " at posisition " + str(token.pos) + " in state reference.")
             elif token.type == TokenType.LBRACKET :
                 split_stack.append(current_node)
             elif token.type == TokenType.RBRACKET :