From 493cfd2f06d926ffb7138fe0bb75758c3bc3bfe4 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Sun, 1 Jul 2018 01:09:00 -0700 Subject: [PATCH] Fixed holding tags unit tests. --- src/Mod/Path/PathScripts/PathDressupHoldingTags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDressupHoldingTags.py b/src/Mod/Path/PathScripts/PathDressupHoldingTags.py index defb39aa9e..bcd89fbd73 100644 --- a/src/Mod/Path/PathScripts/PathDressupHoldingTags.py +++ b/src/Mod/Path/PathScripts/PathDressupHoldingTags.py @@ -107,7 +107,7 @@ class Tag: self.height = math.fabs(height) self.actualHeight = self.height self.angle = math.fabs(angle) - self.radius = radius + self.radius = radius if FreeCAD.Units.Quantity == type(radius) else FreeCAD.Units.Quantity(radius, FreeCAD.Units.Length) self.enabled = enabled self.isSquare = False