Path: Fix spacing typo

This commit is contained in:
Russell Johnson
2021-02-20 12:32:25 -06:00
parent d7483f6e85
commit b3fc4fcf17
+1 -1
View File
@@ -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: