From 008d9c6d2a5e7028dc06b8398846ff60999b8732 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 21 Jul 2017 13:20:16 +0200 Subject: Working on the components. Found error in scripts. --- instr-scripts/structural_level.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'instr-scripts/structural_level.py') diff --git a/instr-scripts/structural_level.py b/instr-scripts/structural_level.py index e645d57..4f6f8e9 100755 --- a/instr-scripts/structural_level.py +++ b/instr-scripts/structural_level.py @@ -234,9 +234,9 @@ def handle_component_external_ref ( inst_list_output.write( "(is_component_of " - + component.attrib.get("id") + + id_manager.get_id_from_xml(component.attrib.get("id")) + " " - + linked_entity_id + + id_manager.get_id_from_xml(linked_entity_id) + ")\n" ) -- cgit v1.2.3-70-g09d2