diff --git a/src/Mod/Path/PathScripts/PathProfile.py b/src/Mod/Path/PathScripts/PathProfile.py index 948c1dec56..faac61a9f7 100644 --- a/src/Mod/Path/PathScripts/PathProfile.py +++ b/src/Mod/Path/PathScripts/PathProfile.py @@ -936,7 +936,7 @@ class ObjectProfile(PathAreaOp.ObjectOp): osArea = ofstShp.Area except Exception as ee: PathLog.error('No area to offset shape returned.\n{}'.format(ee)) - return False + return list() self._addDebugObject('OffsetShape', ofstShp)