Update PathOp.py

fix typo
This commit is contained in:
sliptonic
2021-02-16 09:25:59 -06:00
committed by GitHub
parent 500f470220
commit 900612ce2b

View File

@@ -514,7 +514,7 @@ class ObjectOp(object):
if not self._setBaseAndStock(obj):
return
# make sure Base is stil valid or clear it
# make sure Base is still valid or clear it
self.sanitizeBase(obj)
if FeatureCoolant & self.opFeatures(obj):