Skip to content

Commit

Permalink
Update view.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jun 16, 2020
1 parent f251fad commit e107b1f
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 @@ -12,7 +12,7 @@ def __init__(self, sheets):
Args:
sheets (list): A list with sheets
"""
views = []
self.views = []
for sheet in sheets:
if revitron.Element(sheet).getClassName() == 'ViewSheet':
for viewId in sheet.GetAllPlacedViews():
Expand Down

0 comments on commit e107b1f

Please sign in to comment.