Skip to content

Commit

Permalink
Merge pull request #2461 from pyrevitlabs/cycle_types
Browse files Browse the repository at this point in the history
cycle family types
  • Loading branch information
jmcouffin authored Nov 21, 2024
2 parents b5bc0c4 + a44154e commit 4460d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if current_idx >= len(family_types):
current_idx = 0

with revit.Transaction('Cycle Famiy Type'):
with revit.Transaction('Cycle Family Type'):
for ftype in family_mgr.Types:
if ftype.Name == family_types[current_idx]:
family_mgr.CurrentType = ftype
Expand Down

0 comments on commit 4460d87

Please sign in to comment.