You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After also running into #542 I decided to gather the output of lshw -json and place the files from various hosts as FQDN.json in the /opt/quads/lshw directory.
After placing the lshw files in the above directory, here is the error output I'm getting:
# python3 /usr/lib/python3.12/site-packages/quads/tools/lshw2meta.py
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/quads/tools/lshw2meta.py", line 53, in <module>
host_obj.save()
^^^^^^^^^^^^^
AttributeError: 'Host' object has no attribute 'save'
The text was updated successfully, but these errors were encountered:
Describe the bug
lshw2meta.py errors out
After also running into #542 I decided to gather the output of
lshw -json
and place the files from various hosts as FQDN.json in the/opt/quads/lshw
directory.After placing the lshw files in the above directory, here is the error output I'm getting:
The text was updated successfully, but these errors were encountered: