Traceback (most recent call last):
File "./rocm-smi", line 1058, in <module>
showAllConcise(deviceList)
File "./rocm-smi", line 714, in showAllConcise
power = getSysfsValue(device, 'power')
File "./rocm-smi", line 122, in getSysfsValue
printLog(device, 'Unable to get SysFS value: ', key)
TypeError: printLog() takes 2 positional arguments but 3 were given
This simple patch fixes the following error.