From ec93f15193efadd16a97022913af90dc01360b1d Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 15 May 2021 09:57:43 +0200 Subject: fix element selection (#1208) --- lib/stitch_plan/stitch_plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stitch_plan/stitch_plan.py') 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. -- cgit v1.2.3