summaryrefslogtreecommitdiff
path: root/lib/elements/auto_fill.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-08-07 12:37:17 -0400
committerLex Neva <github.com@lexneva.name>2021-08-07 12:37:17 -0400
commit923ff3cb97c764f9999ac908c9b3aa321fd02301 (patch)
treeb266ad119182475ced5797857bb53ad31d76f34b /lib/elements/auto_fill.py
parentb1af926ea6018b869d2401aeece46318b88d9a5d (diff)
fix more patch references
Diffstat (limited to 'lib/elements/auto_fill.py')
-rw-r--r--lib/elements/auto_fill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/auto_fill.py b/lib/elements/auto_fill.py
index e72af1ef..f5558cbb 100644
--- a/lib/elements/auto_fill.py
+++ b/lib/elements/auto_fill.py
@@ -213,7 +213,7 @@ class AutoFill(Fill):
else:
return None
- def to_patches(self, last_patch):
+ def to_stitch_groups(self, last_patch):
stitches = []
starting_point = self.get_starting_point(last_patch)