diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2023-05-09 16:54:36 +0200 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2023-05-09 17:04:27 +0200 |
commit | 0c6dd12f4c743c998071fb31c80064b8c6ee40df (patch) | |
tree | a1f98bb95ecf1cdc3ce534f3a0a238786cbcccad /src/virtual | |
parent | 66a464f7d04b9b8abed578b7ba9456a50ee9a3f8 (diff) |
sw_inventory: ignore invalid windows programs
Don't raise exception if any windows program is missing DisplayName
node in the windows registry.
This attribute/node should contain the program's name. This name is used
as the package's name in the software set (software inventory).
This patch should be considered a hotfix, python-hivex does not report
any helpful message about this error.
(2023-05-09 14:43:13) ogClient: [ERROR] - Unexpected error
Traceback (most recent call last):
[...]
RuntimeError: Success
Before this patch, image creation *might* fail because it cannot create
the software inventory associated with the image due to the previously
described error. The software inventory is part of the response payload
of the image creation command (see src/ogRest:image_create).
Fixes: 04bb35bd86b5 (live: rewrite software inventory)
Diffstat (limited to 'src/virtual')
0 files changed, 0 insertions, 0 deletions