Skip to content

Commit

Permalink
Fixed issue #993 [tool]
Browse files Browse the repository at this point in the history
  • Loading branch information
eirannejad committed Sep 3, 2020
1 parent de49ab2 commit 2ef55db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def listdwgs(current_view_only=False):
workset_table = revit.doc.GetWorksetTable()

output.print_md("## LINKED AND IMPORTED DWG FILES:")
output.print_md('By: [{}]({})'.format(__author__, __contact__))
output.print_md('By: [{}]({})'.format('Frederic Beaupere',
'https://github.com/frederic-beaupere'))

for dwg in dwgs:
if dwg.IsLinked:
Expand Down

0 comments on commit 2ef55db

Please sign in to comment.