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/pattern.py | |
| parent | b1af926ea6018b869d2401aeece46318b88d9a5d (diff) | |
fix more patch references
Diffstat (limited to 'lib/elements/pattern.py')
| -rw-r--r-- | lib/elements/pattern.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/pattern.py b/lib/elements/pattern.py index 95ce81a1..4b92d366 100644 --- a/lib/elements/pattern.py +++ b/lib/elements/pattern.py @@ -29,5 +29,5 @@ class PatternObject(EmbroideryElement): repr_point = next(inkex.Path(self.parse_path()).end_points) yield PatternWarning(repr_point) - def to_patches(self, last_patch): + def to_stitch_groups(self, last_patch): return [] |
