Explorar el Código

Fixed problem with faulty code in model

Yentl Van Tendeloo hace 8 años
padre
commit
969df62322
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      model/model.py

+ 1 - 1
model/model.py

@@ -487,7 +487,7 @@ include "primitives.alh"
 
 Void function main():
 \tlog("Executed the code!")
-\treturn
+\treturn !
     """
 username = "test_user"