|
@@ -223,7 +223,7 @@ def bootstrap():
|
|
|
# Now link the code with the compilation manager structure
|
|
|
|
|
|
print("[MERGE]")
|
|
|
- all_code += "Boolean function main(model : Element):\n\tlog(\"INIT\")\n\treturn True!"
|
|
|
+ all_code += "\nBoolean function main(model : Element):\n\tlog(\"INIT\")\n\treturn True!\n"
|
|
|
with open("bootstrap/merged.alm", 'w') as merged:
|
|
|
merged.write(all_code)
|
|
|
|