Explorar o código

model compile test should not print out everything...

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
e419b01c18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/test_model_compile.py

+ 1 - 1
scripts/test_model_compile.py

@@ -1,4 +1,4 @@
 import sys
 sys.path.append("interface/HUTN/")
 from hutn_compiler.compiler import main as compile_code
-print(compile_code(sys.argv[1], "interface/HUTN/grammars/modelling.g", "M", []))
+compile_code(sys.argv[1], "interface/HUTN/grammars/modelling.g", "M", [])