Merge pull request #24810 from tarman3/leadinout_fix_isActive

CAM: LeadInOut - Fix isActive()
This commit is contained in:
sliptonic
2025-10-23 13:05:14 -05:00
committed by GitHub

View File

@@ -1257,7 +1257,7 @@ class CommandPathDressupLeadInOut:
return False
if not selection[0].isDerivedFrom("Path::Feature"):
return False
if selection.Name.startswith("Job"):
if selection[0].Name.startswith("Job"):
return False
return True