[Installation Checker] Fixed problems with iBoM version detection
- We must define INTERACTIVE_HTML_BOM_NO_DISPLAY=True Related to #228
This commit is contained in:
parent
175af3c0c4
commit
ecd9e6280c
|
|
@ -971,6 +971,10 @@ def binary_tool(severity, name, url, url_down, deb_package, deb, extra_deb, role
|
|||
show_roles(roles)
|
||||
print(RESET)
|
||||
|
||||
|
||||
# Force iBoM to avoid the use of graphical stuff
|
||||
os.environ['INTERACTIVE_HTML_BOM_NO_DISPLAY'] = 'True'
|
||||
|
||||
# ######################################################################################################################
|
||||
# Core tools
|
||||
# ######################################################################################################################
|
||||
|
|
|
|||
|
|
@ -253,6 +253,10 @@ def binary_tool(severity, name, url, url_down, deb_package, deb, extra_deb, role
|
|||
show_roles(roles)
|
||||
print(RESET)
|
||||
|
||||
|
||||
# Force iBoM to avoid the use of graphical stuff
|
||||
os.environ['INTERACTIVE_HTML_BOM_NO_DISPLAY'] = 'True'
|
||||
|
||||
# ######################################################################################################################
|
||||
# Core tools
|
||||
# ######################################################################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue