Skip to content

Commit 76140c4

Browse files
fix: Fix property name PVAttributeMapping (#150)
1 parent 25a05a0 commit 76140c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geos-pv/src/geos/pv/plugins/PVAttributeMapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def setAttributePiece( self: Self, piece: int ) -> None:
114114
input_domain_name="onPiece_Attribute_List">
115115
<RequiredProperties>
116116
<Property function="Input" name="meshFrom" />
117-
<Property function="FieldDataSelection" name="AttributeType" />
117+
<Property function="FieldDataSelection" name="AttributePiece" />
118118
</RequiredProperties>
119119
</ArrayListDomain>
120120
<Documentation>

0 commit comments

Comments
 (0)