summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'instr-scripts')
-rwxr-xr-xinstr-scripts/structural_level.py4
1 files changed, 2 insertions, 2 deletions
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"
)