Merge branch 'master' into cleanup/codacy-cleanup
This commit is contained in:
commit
a7bc7500fb
7 changed files with 53 additions and 63 deletions
|
@ -377,8 +377,6 @@ class CoreXmlWriter(object):
|
|||
|
||||
links = []
|
||||
for node in self.session.objects.itervalues():
|
||||
logger.info("writer adding node(%s)", node.name)
|
||||
|
||||
# network node
|
||||
if isinstance(node, coreobj.PyCoreNet) and not nodeutils.is_node(node, NodeTypes.CONTROL_NET):
|
||||
self.write_network(node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue