Преглед изворни кода

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"