소스 검색

model compile test should not print out everything...

Yentl Van Tendeloo 8 년 전
부모
커밋
e419b01c18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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", [])