Skip to content

Commit a44154e

Browse files
authored
cycle family types
typo fix in transaction description
1 parent b5bc0c4 commit a44154e

File tree

1 file changed

+1
-1
lines changed
  • extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/ptools.stack/Cycle Family Types.pushbutton

1 file changed

+1
-1
lines changed

extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/ptools.stack/Cycle Family Types.pushbutton/script.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if current_idx >= len(family_types):
1212
current_idx = 0
1313

14-
with revit.Transaction('Cycle Famiy Type'):
14+
with revit.Transaction('Cycle Family Type'):
1515
for ftype in family_mgr.Types:
1616
if ftype.Name == family_types[current_idx]:
1717
family_mgr.CurrentType = ftype

0 commit comments

Comments
 (0)