X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Ftopology.py;fp=resources%2Flibraries%2Fpython%2Ftopology.py;h=c39e5afabb97c17c89bca4d3469f556da5e77ece;hp=2b930c08dc706079ea56d8428bdc92aa5e84bb53;hb=a33b52ae0f255021d89307ebc694f6e907906151;hpb=37877d670e7e2d81673222b6c3d9e7649ccd5cd5 diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index 2b930c08dc..c39e5afabb 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -1139,4 +1139,5 @@ class Topology: """ for node in nodes.values(): if u"sockets" in list(node.keys()): + # Containers are disconnected and destroyed already. node.pop(u"sockets")