diff options
Diffstat (limited to 'lib/stitch_plan')
| -rw-r--r-- | lib/stitch_plan/lock_stitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitch_plan/lock_stitch.py b/lib/stitch_plan/lock_stitch.py index bf760923..788e6377 100644 --- a/lib/stitch_plan/lock_stitch.py +++ b/lib/stitch_plan/lock_stitch.py @@ -98,7 +98,7 @@ class RelativeLock(LockStitchDefinition): direction = to_previous.unit() for delta in path: - lock_stitches.append(Stitch(stitches[0] + delta * length * direction, tags=('lock_stitch'))) + lock_stitches.append(Stitch(stitches[0] + delta * length * direction, tags=('lock_stitch',))) else: # Too short to travel part of the way to the previous stitch; just go # back and forth to it a couple times. |
