Add requested revision by @chennes

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
luzpaz
2021-10-29 09:24:27 -04:00
committed by luz paz
parent b90fefa1ca
commit 005a5d8cd7

View File

@@ -658,7 +658,7 @@ class Plane:
if geom.isNull():
FreeCAD.Console.PrintError(translate(
"draft",
"Object with null Part.Shape geometry:'{}".format(
"Object with null Part.Shape geometry:'{}'".format(
obj.ObjectName)) + "\n")
return False
if obj.HasSubObjects: