[Bf-extensions-cvs] [89716be2] master: SVG: Cleanup, space around operator

Sergey Sharybin noreply at git.blender.org
Mon Oct 29 15:00:14 CET 2018


Commit: 89716be25e72609ac004945351bce53bd461004a
Author: Sergey Sharybin
Date:   Mon Oct 29 14:59:58 2018 +0100
Branches: master
https://developer.blender.org/rBA89716be25e72609ac004945351bce53bd461004a

SVG: Cleanup, space around operator

===================================================================

M	io_curve_svg/import_svg.py

===================================================================

diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index 00c90dc6..6667a4f8 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -961,7 +961,7 @@ class SVGPathParser:
                 raise Exception('Unknown path command: {0}' . format(code))
 
             if cmd in {'Z', 'z'}:
-                closed =True
+                closed = True
             else:
                 closed = False



More information about the Bf-extensions-cvs mailing list