Commit 9a34b873 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Bug fix: New storage node was not assigned to local variable.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1930 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 50df4bee
......@@ -169,7 +169,7 @@ class MasterEventHandler(EventHandler):
for uuid, state in row:
node = nm.getByUUID(uuid)
if node is None:
nm.createStorage(uuid=uuid)
node = nm.createStorage(uuid=uuid)
pt.setCell(offset, node, state)
pt.log()
......
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