From e180d28eae202fc160757e8ccf6ac3861c2c5e09 Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Thu, 1 Aug 2019 23:06:24 -0500 Subject: [PATCH] Draft: importSVG.py, fixed indentation that causes an error --- src/Mod/Draft/importSVG.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index 8198f2cb9d..8e48c59d08 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -1377,7 +1377,7 @@ class svgHandler(xml.sax.ContentHandler): # startElement() def characters(self, content): - """Read characters from the given string.""" + """Read characters from the given string.""" if self.text: FreeCAD.Console.PrintMessage("reading characters %s\n" % content) obj = self.doc.addObject("App::Annotation", 'Text')