Yentl Van Tendeloo преди 8 години
родител
ревизия
91f63d1d1a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      bootstrap/transform.alc

+ 1 - 1
bootstrap/transform.alc

@@ -130,7 +130,7 @@ Element function get_possible_bindings(host_model : Element, schedule_model : El
 			poll = set_pop(oc)
 			if (dict_in(map, read_attribute(schedule_model, poll, "label"))):
 				// This incoming link is already defined, so we just have one option: the destination of the link we matched
-				value = readAssociationSource(host_model, map[read_attribute(schedule_model, poll, "label")]))
+				value = readAssociationSource(host_model, map[read_attribute(schedule_model, poll, "label")])
 				if (bool_not(set_in(options, value))):
 					set_add(options, value)