Skip to content

Commit e39c4b9

Browse files
authored
Merge pull request #9 from arpastrana/main
Fixed typo in `create_ghuser_component`
2 parents 7d2affc + 7256d0a commit e39c4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

componentize.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ def create_ghuser_component(source, target, version=None, prefix=None):
273273
po_chunk.SetBoolean('Optional', po.get('optional', False))
274274
po_chunk.SetInt32('SourceCount', 0)
275275
po_chunk.SetGuid('InstanceGuid', output_instance_guid)
276-
po_chunk.SetBoolean('ReverseData', pi.get('reverse', False))
277-
po_chunk.SetBoolean('SimplifyData', pi.get('simplify', False))
276+
po_chunk.SetBoolean('ReverseData', po.get('reverse', False))
277+
po_chunk.SetBoolean('SimplifyData', po.get('simplify', False))
278278
# Mutually exclusive options
279279
if po.get('flatten', False):
280280
po_chunk.SetInt32('Mapping', 1)

0 commit comments

Comments
 (0)