[core] remove duplicate call to updateOutputAttr

The update is done at the same place as the status update.
This is a duplicate that is not needed.
This commit is contained in:
Fabien Castan 2024-06-16 18:58:00 +02:00
parent 972d5751e1
commit 0e5be25d97

View file

@ -959,7 +959,6 @@ class BaseNode(BaseObject):
}
self._computeUids()
self._buildCmdVars()
self.updateOutputAttr()
if self.nodeDesc:
self.nodeDesc.postUpdate(self)
# Notify internal folder change if needed