From 820a8ebaa56db64bd379faee51c375bdaf0aa5d3 Mon Sep 17 00:00:00 2001 From: Napsty Date: Fri, 14 Feb 2025 14:18:28 +0100 Subject: [PATCH] Update to newer pywbem exception call --- check_esxi_hardware.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_esxi_hardware.py b/check_esxi_hardware.py index 58a2bcd..6e22cdf 100755 --- a/check_esxi_hardware.py +++ b/check_esxi_hardware.py @@ -27,7 +27,7 @@ # Copyright (c) 2010 Aaron Rogers # Copyright (c) 2011 Ludovic Hutin # Copyright (c) 2011 Carsten Schoene -# Copyright (c) 2011-2012,2025 Phil Randal +# Copyright (c) 2011-2012 Phil Randal # Copyright (c) 2011 Fredrik Aslund # Copyright (c) 2011 Bertrand Jomin # Copyright (c) 2011 Ian Chard @@ -301,6 +301,7 @@ #@ Date : 20250214 #@ Author : Claudio Kuenzler #@ Reason : Update to newer pywbem exception call, catch HTTPError +#@ Attn : Requires 'packaging' Python module from now on! #@--------------------------------------------------- import sys