Commit 085c87f2 authored by Romain Courteaud's avatar Romain Courteaud

slapos_upgrader: typo

parent 8a4854b4
......@@ -85,7 +85,7 @@ else:
if instance_tree.getDestinationSection() != not_migrated_compute_node['source_administration']:
from_same_user_only = False
else:
for software_instance in instance_tree.getFollowUpRelatedValueList():
for software_instance in instance_tree.getSpecialiseRelatedValueList():
partition = software_instance.getAggregate(None)
if (partition is not None) and (partition.startswith(compute_node_relative_url)):
from_same_user_only = False
......
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