Fix various whitespace issues

This commit is contained in:
luzpaz
2023-03-19 12:09:59 +00:00
committed by Uwe
parent c23f6a9221
commit f87b919e0d
5 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ def createPageWithSVGTemplate(doc=None):
"""Returns a page with an SVGTemplate added on the ActiveDocument"""
path = os.path.dirname(os.path.abspath(__file__))
templateFileSpec = path + "/TestTemplate.svg"
if not doc:
doc = FreeCAD.ActiveDocument