summaryrefslogtreecommitdiff
path: root/lib/stitch_plan
diff options
context:
space:
mode:
authorMomo <reni@allenka.de>2019-07-10 08:08:39 +0200
committerMomo <reni@allenka.de>2019-07-10 08:08:39 +0200
commit7ce4387ff6f8d4302ff374921d0b93b7b491b9a5 (patch)
tree3ad05a4b44f5bd5804bc9a10e590eddc9be3bed4 /lib/stitch_plan
parentcff12ce18ff94a4d7b779b3c7063eb6b82afa526 (diff)
trim >= 3 jumps
Diffstat (limited to 'lib/stitch_plan')
-rw-r--r--lib/stitch_plan/stitch_plan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitch_plan/stitch_plan.py b/lib/stitch_plan/stitch_plan.py
index 59c54e3d..899c502f 100644
--- a/lib/stitch_plan/stitch_plan.py
+++ b/lib/stitch_plan/stitch_plan.py
@@ -78,7 +78,7 @@ class StitchPlan(object):
if len(color_block) > 0:
color_blocks.append(color_block)
- self.color_block = color_blocks
+ self.color_blocks = color_blocks
def add_color_block(self, color_block):
self.color_blocks.append(color_block)