Path: Fix spacing typo

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

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: