Commit dc4bb554 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix order of arguments.


git-svn-id: https://svn.erp5.org/repos/neo/trunk@1371 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 683ba6b6
......@@ -65,8 +65,8 @@ class Node(object):
def __repr__(self):
return '<%s(uuid=%s, address=%s, state=%s)>' % (
self.__class__.__name__,
self._address,
dump(self._uuid),
self._address,
self._state,
)
......
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