From a33a287475a03ec04f31951433496f5ec113376a Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Fri, 19 Feb 2021 21:12:05 -0600 Subject: [PATCH] Path: Fix spacing typo --- src/Mod/Path/PathScripts/PathProfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathProfile.py b/src/Mod/Path/PathScripts/PathProfile.py index a0f3172509..027e70193e 100644 --- a/src/Mod/Path/PathScripts/PathProfile.py +++ b/src/Mod/Path/PathScripts/PathProfile.py @@ -635,7 +635,7 @@ class ObjectProfile(PathAreaOp.ObjectOp): else: # Attempt open-edges profile if self.JOB.GeometryTolerance.Value == 0.0: - msg = self.JOB.Label + '.GeometryTolerance = 0.0.' + msg = self.JOB.Label + '.GeometryTolerance = 0.0. ' msg += translate('PathProfile', 'Please set to an acceptable value greater than zero.') PathLog.error(msg) else: