Add requested revision by @chennes

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

View File

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