From 207f2c7714d6f6bf93264ab1ec8f3aec8aa8ad89 Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:59:25 +0000 Subject: [PATCH] [TechDraw] Fix Lint Warning --- src/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py b/src/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py index a86caddb88..c573502ade 100644 --- a/src/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py +++ b/src/Mod/TechDraw/TechDrawTools/CommandFillTemplateFields.py @@ -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: