Path: Remove unnecessary line return

This commit is contained in:
Russell Johnson
2021-02-20 11:37:26 -06:00
parent 2ff909b993
commit 6ea5b2c69c

View File

@@ -941,7 +941,7 @@ class ObjectProfile(PathAreaOp.ObjectOp):
if hasattr(ofstShp, "Area"):
osArea = ofstShp.Area
else:
PathLog.error('No area to offset shape returned.\n')
PathLog.error('No area to offset shape returned.')
return list()
except Exception as ee:
PathLog.error('No area to offset shape returned.\n{}'.format(ee))