Skip to content

Commit

Permalink
Update view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Nov 13, 2020
1 parent e59fe30 commit b1980cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revitron/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, sheets):
sheet = revitron.DOC.GetElement(sheet)
if revitron.Element(sheet).getClassName() == 'ViewSheet':
for viewId in sheet.GetAllPlacedViews():
item = revitron._helpers.AttrDict()
item = revitron.AttrDict()
item.id = viewId
item.sheet = sheet
item.view = revitron.DOC.GetElement(viewId)
Expand Down

0 comments on commit b1980cb

Please sign in to comment.