Skip to content

Commit

Permalink
Update export.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Oct 13, 2020
1 parent 6ac700b commit 4e681a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revitron/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def exportSheet(self, sheet, directory, template = False):
template (string, optional): A name template. Defaults to '{Sheet Number}-{Sheet Name}'.
Returns:
bool: False on error, True on success
string: The path of the exported PDF. False on error.
"""
import revitron

Expand Down Expand Up @@ -128,7 +128,7 @@ def printSheet(self, sheet, size, orientation = 'Landscape', directory = False,
template (string, optional): A name template. Defaults to '{Sheet Number}-{Sheet Name}'.
Returns:
bool: False on error, True on success
string: The path of the exported PDF. False on error.
"""
import revitron

Expand Down

0 comments on commit 4e681a2

Please sign in to comment.