Commit 0226c889 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Removed _need_modification parameter

parent 1c632a71
......@@ -260,7 +260,7 @@ class Computer(SlapDocument):
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]
return [x for x in self._computer_partition_list ]
def reportUsage(self, computer_usage):
if 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