Skip to content

Commit

Permalink
Merge pull request #2509 from pyrevitlabs/fix/971
Browse files Browse the repository at this point in the history
Convert lines closing event
  • Loading branch information
jmcouffin authored Jan 10, 2025
2 parents e0b2c2e + 427ceb5 commit 522eadc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,7 @@ def __init__(self, xaml_file_name):


def Close_Click(self, sender, args):
try:
print('Closing window')
except Exception as ex:
print(ex)
pass

def _setup_styles(self):
self._styles = revit.query.get_line_styles(doc=revit.doc)
Expand Down

0 comments on commit 522eadc

Please sign in to comment.