diff --git a/pyghmi/ipmi/oem/lenovo/imm.py b/pyghmi/ipmi/oem/lenovo/imm.py index 8fbe4f7c..00c3f0a3 100644 --- a/pyghmi/ipmi/oem/lenovo/imm.py +++ b/pyghmi/ipmi/oem/lenovo/imm.py @@ -1523,7 +1523,7 @@ class XCCClient(IMMClient): if not firmtype: raise Exception('Unknown firmware description returned: ' + repr( rsp['items'][0]) + ' last verify return was: ' + repr( - verifyuploadfilersp) + ' with code ' + status) + verifyuploadfilersp) + ' with code {0}'.format(status)) if firmtype not in ( 'TDM', 'WINDOWS DRIV', 'LINUX DRIVER', 'UEFI', 'IMM'): # adapter firmware