Browse Source

Put traceability info in the tmp folder

Yentl Van Tendeloo 7 years ago
parent
commit
f6c2cf93b8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bootstrap/core_algorithm.alc
  2. 1 1
      wrappers/modelverse_SCCD.py

+ 1 - 1
bootstrap/core_algorithm.alc

@@ -1359,7 +1359,7 @@ String function cmd_model_render(model_name : String, mapper_name : String, rend
 				if (allow_execute(current_user_id, mapper_ID)):
 				if (allow_execute(current_user_id, mapper_ID)):
 					// Everything is fine; start the actual operation
 					// Everything is fine; start the actual operation
 					// Find metamodel to render to
 					// Find metamodel to render to
-					tracability_name = "tracability/" + rendered_name
+					tracability_name = "tmp/" + rendered_name
 
 
 					// Take the abstract syntax model and the previously rendered model
 					// Take the abstract syntax model and the previously rendered model
 					inputs = dict_create()
 					inputs = dict_create()

+ 1 - 1
wrappers/modelverse_SCCD.py

@@ -1,7 +1,7 @@
 """
 """
 Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
 Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
 
 
-Date:   Thu Jun  7 11:57:14 2018
+Date:   Thu Jun  7 12:11:58 2018
 
 
 Model author: Yentl Van Tendeloo
 Model author: Yentl Van Tendeloo
 Model name:   MvK Server
 Model name:   MvK Server