diff --git a/pyghmi/redfish/oem/lenovo/tsma.py b/pyghmi/redfish/oem/lenovo/tsma.py index a1a50a9c..f0d581fe 100644 --- a/pyghmi/redfish/oem/lenovo/tsma.py +++ b/pyghmi/redfish/oem/lenovo/tsma.py @@ -108,7 +108,7 @@ class TsmHandler(generic.OEMHandler): } if biosinf.get('main', False): biosres['version'] = '{0}.{1}'.format( - biosinf['main'][0], biosinf['main'][1:]), + biosinf['main'][0], biosinf['main'][1:]) yield ('UEFI', biosres) gotinfo = True break