Commit 75851fec authored by Yingjie Xu's avatar Yingjie Xu

ComputerPartition instance has not getComputerPartitionList method,

this optimisation is not valid.
parent 68596edd
......@@ -326,8 +326,6 @@ def _syncComputerPartitionInformation(func):
else:
setattr(self, key, value)
setattr(self, '_synced', True)
for computer_partition in self.getComputerPartitionList():
setattr(computer_partition, '_synced', True)
return func(self, *args, **kw)
return decorated
......
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