We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea9a5c commit 9c6c36fCopy full SHA for 9c6c36f
examples/system/src/system.py
@@ -86,7 +86,7 @@ def create_hardware_item(
86
87
def create_software_item(software_entry: nisyscfg.component_info.ComponentInfo) -> SoftwareItem:
88
"""Create a new SoftwareItem instance from the specified nisyscfg entry."""
89
- new_instance = SoftwareItem(product=software_entry.id, version=software_entry.version)
+ new_instance = SoftwareItem(product=software_entry.title, version=software_entry.version)
90
return new_instance
91
92
0 commit comments