Skip to content

Commit 82f5c08

Browse files
authored
typo
1 parent aa1baf6 commit 82f5c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/Tools.stack/Inspect.pulldown/ListFamilySizeCreator.pushbutton/ListFamilySizeCreator_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def print_sorted(families, group_by):
155155
except Exception as ex:
156156
logger.warning(
157157
"Skipping family '%s': could not open for edit: %s",
158-
fam_name, ex
158+
fam, ex
159159
)
160160
continue
161161
fam_path = fam_doc.PathName

0 commit comments

Comments
 (0)