mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 20:17:17 +02:00
[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:
parent
972d5751e1
commit
0e5be25d97
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue