瀏覽代碼

Fixed problem with faulty code in model

Yentl Van Tendeloo 8 年之前
父節點
當前提交
969df62322
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"