Fix retyping issue of function 58/16058/5
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 2 Jul 2019 22:23:01 +0000 (15:23 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 2 Jul 2019 23:54:33 +0000 (16:54 -0700)
commit23a247a50b2917c1287a2bf0adf4f91707f26569
treeaa2b853fa52c5af454b5df6a97f1f6c6c56a51d3
parent86bdd388581baf69a052435a889653fc4712dad2
Fix retyping issue of function

There was a subtle bug where a function call was being overwritten by a
local variable of the same name and then a call to the function was
being attempted.

Change-Id: I7316df0c773db347ccb1e7eb79e2f40fee3a9db2
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
lftools/lfidapi.py
releasenotes/notes/lfidapi-type-error-fix-aff74c5a7ea11a34.yaml [new file with mode: 0644]