Path: Fix spacing typo

This commit is contained in:
Russell Johnson
2021-02-19 21:12:05 -06:00
parent d7483f6e85
commit b3fc4fcf17

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: