瀏覽代碼

Fixed process enactment

Yentl Van Tendeloo 8 年之前
父節點
當前提交
9828babf12
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      bootstrap/core_algorithm.alc

+ 1 - 2
bootstrap/core_algorithm.alc

@@ -651,7 +651,7 @@ Boolean function enact_action(pm : Element, element : String, prefix : String, u
 		elem = readAssociationDestination(pm, produce)
 		type_name = read_attribute(pm, elem, "type")
 		elem_name = read_attribute(pm, elem, "name")
-		dict_add(outputs, read_attribute(pm, elem, "name"), type_name)
+		dict_add(outputs, read_attribute(pm, produce, "name"), type_name)
 		dict_add(output_map, read_attribute(pm, produce, "name"), prefix + elem_name)
 
 	if read_type(core, transformation_id) == "ActionLanguage":
@@ -997,7 +997,6 @@ String function cmd_transformation_execute(user_id : String, transformation_name
 	String assoc_name
 
 	transformation_id = get_model_id(transformation_name)
-	log("Executing " + transformation_name)
 	if (transformation_id != ""):
 		if (allow_read(user_id, transformation_id)):
 			if (is_nominal_instance(core, transformation_id, "Transformation")):