Skip to content

Commit 415d644

Browse files
committed
Update to newer pywbem exception call
1 parent 820a8eb commit 415d644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_esxi_hardware.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
# Remove python2 compatibility
299299
# Remove pywbem 0.7.0 compatibility
300300
#@---------------------------------------------------
301-
#@ Date : 20250214
301+
#@ Date : 20250221
302302
#@ Author : Claudio Kuenzler
303303
#@ Reason : Update to newer pywbem exception call, catch HTTPError
304304
#@ Attn : Requires 'packaging' Python module from now on!
@@ -312,7 +312,7 @@
312312
from optparse import OptionParser,OptionGroup
313313
from packaging.version import Version
314314

315-
version = '20250214'
315+
version = '20250221'
316316

317317
NS = 'root/cimv2'
318318
hosturl = ''

0 commit comments

Comments
 (0)