Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-10-29 16:59:58 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-10-29 16:59:58 +0300
commit89716be25e72609ac004945351bce53bd461004a (patch)
treeaced33c05d32d0cacea15cc12af57519a6d3e2b7
parent08cdf06f89b64d7af20929b8e2464bc67adc01dc (diff)
SVG: Cleanup, space around operator
-rw-r--r--io_curve_svg/import_svg.py2
1 files changed, 1 insertions, 1 deletions
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