[TechDraw] Fix Lint Warning

This commit is contained in:
Syres916
2023-12-07 22:59:25 +00:00
committed by WandererFan
parent 60066382fc
commit b0e43fe759

View File

@@ -59,7 +59,8 @@ class CommandFillTemplateFields:
TechDrawTools.TaskFillTemplateFields()
def IsActive(self):
"""Return True when the command should be active or False when it should be disabled (greyed)."""
"""Return True when the command should be active
or False when it should be disabled (greyed)."""
if App.ActiveDocument:
objs = App.ActiveDocument.Objects
for obj in objs: