Commit 3612e024 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix handleAnswerNodeList prototype. Found indirectly by pylint.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1012 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d8d12354
......@@ -324,7 +324,7 @@ class EventHandler(object):
def handleAskNodeList(self, conn, packet, offset_list):
raise UnexpectedPacketError
def handleAnswerNodeList(self, conn, packet, ptid, row_list):
def handleAnswerNodeList(self, conn, packet, node_list):
raise UnexpectedPacketError
def handleSetNodeState(self, conn, packet, uuid, state, modify_partition_table):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment