diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2019-07-04 15:41:52 +0200 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-07-04 10:52:30 -0400 |
| commit | 3ef2ad9be4173d5c154b3ba0ea39439fb2a274d8 (patch) | |
| tree | 629d557367334677c2f06c7c2db8807a2d5fe783 /lib | |
| parent | f039ef4c8d05628ebf6e13fb011ec054dc4c8740 (diff) | |
fix style
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/extensions/input.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
