Browse Source

Fixed problem with faulty code in model

Yentl Van Tendeloo 8 years ago
parent
commit
969df62322
1 changed files with 1 additions and 1 deletions
  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"