Commit b34f84df authored by Romain Courteaud's avatar Romain Courteaud

Typo: do not use already used variable.

parent 784fc798
......@@ -114,8 +114,8 @@ def assignComputerPartition(software_instance, hosting_subscription):\n
default_subordination_uid=\'\'),\n
logical_operator=\'not\',\n
))\n
for software_instance in software_instance_tree_list:\n
computer_partition = software_instance.getAggregateValue()\n
for other_software_instance in software_instance_tree_list:\n
computer_partition = other_software_instance.getAggregateValue()\n
if not computer_partition:\n
continue\n
computer_network = computer_partition.getParentValue().getSubordinationValue()\n
......
305
\ No newline at end of file
306
\ No newline at end of file
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