diff options
| author | Lex Neva <github.com@lexneva.name> | 2021-08-07 12:37:17 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2021-08-07 12:37:17 -0400 |
| commit | 923ff3cb97c764f9999ac908c9b3aa321fd02301 (patch) | |
| tree | b266ad119182475ced5797857bb53ad31d76f34b /lib/elements/polyline.py | |
| parent | b1af926ea6018b869d2401aeece46318b88d9a5d (diff) | |
fix more patch references
Diffstat (limited to 'lib/elements/polyline.py')
| -rw-r--r-- | lib/elements/polyline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/polyline.py b/lib/elements/polyline.py index aeae17d9..c7a9ea48 100644 --- a/lib/elements/polyline.py +++ b/lib/elements/polyline.py @@ -101,7 +101,7 @@ class Polyline(EmbroideryElement): def validation_warnings(self): yield PolylineWarning(self.points[0]) - def to_patches(self, last_patch): + def to_stitch_groups(self, last_patch): patch = StitchGroup(color=self.color) for stitch in self.stitches: |
