[TechDraw] Fix Lint Warning

This commit is contained in:
Syres916
2023-12-07 22:59:25 +00:00
committed by WandererFan
parent d7ee7c7c03
commit 207f2c7714

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: