Path: Correct comment spelling

This commit is contained in:
Russell Johnson
2022-03-12 23:10:09 -06:00
parent 4e8d93ee72
commit b2ab3d7c48

View File

@@ -694,7 +694,7 @@ class TaskPanel:
def accept(self, resetEdit=True):
PathLog.track()
self._jobIntegrityCheck() # Check existance of Model and Tools
self._jobIntegrityCheck() # Check existence of Model and Tools
self.preCleanup()
self.getFields()
self.setupGlobal.accept()
@@ -1571,7 +1571,7 @@ class TaskPanel:
FreeCADGui.Selection.addObserver(self)
def _jobIntegrityCheck(self):
"""_jobIntegrityCheck() ... Check Job object for existance of Model and Tools
"""_jobIntegrityCheck() ... Check Job object for existence of Model and Tools
If either Model or Tools is empty, change GUI tab and open appropriate selection window."""
if len(self.obj.Model.Group) == 0:
PathLog.info(translate("Path_Job", "Please select a model for this job."))