Commit cd7ed2ee authored by Antoine Catton's avatar Antoine Catton

Add the root of the graph on SoftwareInstance_requestSoftwareInstance

parent dc19d241
...@@ -77,6 +77,7 @@ root_hosting_subscription = software_instance.portal_catalog.getResultValue(\n ...@@ -77,6 +77,7 @@ root_hosting_subscription = software_instance.portal_catalog.getResultValue(\n
)\n )\n
\n \n
predecessor_list = root_hosting_subscription.getPredecessorValueList()\n predecessor_list = root_hosting_subscription.getPredecessorValueList()\n
graph[root_hosting_subscription.getUid()] = [predecessor.getUid() for predecessor in predecessor_list]\n
while True:\n while True:\n
try:\n try:\n
software_instance = predecessor_list.pop(0)\n software_instance = predecessor_list.pop(0)\n
......
336 337
\ No newline at end of file \ 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