From 9ed5eeacd79fe5db7ec5f1513bc2cec1fca8dc63 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 3 Jun 2026 16:08:48 -0400 Subject: [PATCH] Fix XCC firmware updates Change-Id: I87f9720c756c5a016c6db7102981f0146a3bdbba --- pyghmi/redfish/oem/lenovo/xcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/redfish/oem/lenovo/xcc.py b/pyghmi/redfish/oem/lenovo/xcc.py index 61fee772..36520eb7 100644 --- a/pyghmi/redfish/oem/lenovo/xcc.py +++ b/pyghmi/redfish/oem/lenovo/xcc.py @@ -1286,7 +1286,7 @@ class OEMHandler(generic.OEMHandler): if progress: progress({'phase': 'complete'}) - def redfish_update_firmware(self, usd, filename, data, progress, bank): + def redfish_update_firmware(self, usd, filename, data, progress, bank, otherfields): if usd['HttpPushUriTargetsBusy']: raise pygexc.TemporaryError('Cannot run multtiple updates to ' 'same target concurrently')