From 6ea5b2c69cea9ea2f16f3a2f48fa5ba1d690a9c3 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Sat, 20 Feb 2021 11:37:26 -0600 Subject: [PATCH] Path: Remove unnecessary line return --- 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 9a33868067..9dbc935365 100644 --- a/src/Mod/Path/PathScripts/PathProfile.py +++ b/src/Mod/Path/PathScripts/PathProfile.py @@ -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))