From 3ef2ad9be4173d5c154b3ba0ea39439fb2a274d8 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Thu, 4 Jul 2019 15:41:52 +0200 Subject: fix style --- lib/extensions/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions/input.py') diff --git a/lib/extensions/input.py b/lib/extensions/input.py index 9f1314eb..a8402fdc 100644 --- a/lib/extensions/input.py +++ b/lib/extensions/input.py @@ -31,7 +31,7 @@ class Input(object): # some file formats use 3 or more jump stitches in a row to indicate a trim if command == pyembroidery.JUMP: jump_counter += 1 - if command == pyembroidery.TRIM or jump_counter >=3: + if command == pyembroidery.TRIM or jump_counter >= 3: trim_after = True extents = stitch_plan.extents -- cgit v1.2.3