diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-05-15 09:57:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-15 09:57:43 +0200 |
| commit | ec93f15193efadd16a97022913af90dc01360b1d (patch) | |
| tree | 5b483a18352ac5cf1fcd938537e3fb2fff94dab3 /lib/stitch_plan | |
| parent | 873b242f8ec39a347dae11ca20919041795e34bc (diff) | |
fix element selection (#1208)
Diffstat (limited to 'lib/stitch_plan')
| -rw-r--r-- | lib/stitch_plan/stitch_plan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitch_plan/stitch_plan.py b/lib/stitch_plan/stitch_plan.py index 01463aba..fc0d3760 100644 --- a/lib/stitch_plan/stitch_plan.py +++ b/lib/stitch_plan/stitch_plan.py @@ -10,7 +10,7 @@ from .stitch import Stitch from .ties import add_ties -def patches_to_stitch_plan(patches, collapse_len=None, disable_ties=False): +def patches_to_stitch_plan(patches, collapse_len=None, disable_ties=False): # noqa: C901 """Convert a collection of inkstitch.element.Patch objects to a StitchPlan. |
