From 89716be25e72609ac004945351bce53bd461004a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 29 Oct 2018 14:59:58 +0100 Subject: SVG: Cleanup, space around operator --- io_curve_svg/import_svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3