Path: Fix incorrect empty data type return

This commit is contained in:
Russell Johnson
2021-02-19 21:15:24 -06:00
parent 8e234290ef
commit 2b4158addc

View File

@@ -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)