mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[core] node: more explicit log
This commit is contained in:
parent
379e674967
commit
1dd1fdf0c5
1 changed files with 1 additions and 1 deletions
|
@ -1639,7 +1639,7 @@ class CompatibilityNode(BaseNode):
|
|||
try:
|
||||
upgradedAttrValues = node.nodeDesc.upgradeAttributeValues(attrValues, self.version)
|
||||
except Exception as e:
|
||||
logging.error("Error in the upgrade implementation of the node: {}.\n{}".format(self.name, str(e)))
|
||||
logging.error("Error in the upgrade implementation of the node: {}.\n{}".format(self.name, repr(e)))
|
||||
upgradedAttrValues = attrValues
|
||||
|
||||
if not isinstance(upgradedAttrValues, dict):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue