Update PathOp.py

fix typo
This commit is contained in:
sliptonic
2021-02-16 09:25:59 -06:00
committed by GitHub
parent 04fb966d69
commit 61824e80f3

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