Skip to content

Commit f24c5df

Browse files
fix: remove useless change
1 parent d8a7f17 commit f24c5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ def attributeDescFromValue(attrName, value, isOutput):
20682068
groupDesc.append(eltDesc)
20692069
attrDesc = desc.GroupAttribute(groupDesc=groupDesc, **params)
20702070
# Override empty default value with
2071-
attrDesc.value = value
2071+
attrDesc._value = value
20722072
return attrDesc
20732073
# Handle any other type of parameters as Strings
20742074
return desc.StringParam(**params)

0 commit comments

Comments
 (0)