We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b32b7 commit 7b02ddaCopy full SHA for 7b02dda
1 file changed
check_esxi_hardware.py
@@ -292,7 +292,7 @@
292
#@ Author : Claudio Kuenzler
293
#@ Reason : Fix bug when missing S/N (issue #68)
294
#@---------------------------------------------------
295
-#@ Date : 20241025
+#@ Date : 20241129
296
297
#@ Reason : Fix pkg_resources deprecation warning
298
# Remove python2 compatibility
@@ -306,7 +306,7 @@
306
import json
307
from optparse import OptionParser,OptionGroup
308
309
-version = '20241025'
+version = '20241129'
310
311
NS = 'root/cimv2'
312
hosturl = ''
0 commit comments