summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevasquez <eric.vasquez@calxeda.com>2013-08-26 10:34:56 -0500
committerevasquez <eric.vasquez@calxeda.com>2013-08-26 10:34:56 -0500
commit6d4548bedceb9159a76ea9e6a4bdd09213262408 (patch)
tree0d9755688b394820463f4d59a79ceb55688e919b
parentf60cc9afbab7d5968f5b84d8572c7c0812586247 (diff)
downloadcxmanage-6d4548bedceb9159a76ea9e6a4bdd09213262408.tar.gz
nojira: fixing pylint ERROR.
-rw-r--r--cxmanage_api/node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxmanage_api/node.py b/cxmanage_api/node.py
index 54f65a8..9f74e8c 100644
--- a/cxmanage_api/node.py
+++ b/cxmanage_api/node.py
@@ -1778,7 +1778,7 @@ obtained.
"Unable to increment SIMG priority, too high")
return priority
- def _read_fru(node, fru_number, offset=0, bytes_to_read= -1):
+ def _read_fru(self, node, fru_number, offset=0, bytes_to_read= -1):
"""Read from node's fru starting at offset.
This is equivalent to the ipmitool fru read command.