mirror of
https://github.com/Napsty/check_esxi_hardware.git
synced 2024-11-23 19:03:48 +01:00
Fix a whitespace issue
This commit is contained in:
parent
b758ee20df
commit
21e0c2b3ed
@ -723,7 +723,7 @@ for classe in ClassesToCheck :
|
||||
# Ignore element if we don't want it
|
||||
if elementName in ignore_list :
|
||||
verboseoutput(" (ignored)")
|
||||
continue
|
||||
continue
|
||||
|
||||
# BIOS & Server info
|
||||
if elementName == 'System BIOS' :
|
||||
|
Loading…
Reference in New Issue
Block a user