Commit 9f3d086c authored by Yingjie Xu's avatar Yingjie Xu

Initialize the connection_helper on each Computer Partition object.

parent 7864a504
......@@ -252,6 +252,8 @@ class Computer(SlapDocument):
@_syncComputerInformation
def getComputerPartitionList(self):
for computer_partition in self._computer_partition_list:
computer_partition._connection_helper = self._connection_helper
return [x for x in self._computer_partition_list if x._need_modification]
def reportUsage(self, computer_usage):
......
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