mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[core] nodeFactory: fix auto-upgrade on certain compatibilty nodes
Add missing node upgrade statement to perform auto-upgrade on CompatibilityNode when `internalFolder` is not set.
This commit is contained in:
parent
e430368f15
commit
d9e59e330a
1 changed files with 1 additions and 0 deletions
|
@ -193,5 +193,6 @@ class _NodeCreator:
|
|||
# Backward compatibility: "internalFolder" was not serialized.
|
||||
if not self.internalFolder:
|
||||
logging.warning(f"No serialized output data: performing automatic upgrade on '{self.name}'")
|
||||
return node.upgrade()
|
||||
|
||||
return node
|
||||
|
|
Loading…
Add table
Reference in a new issue