diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-03-11 14:15:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 14:15:07 +0100 |
| commit | 3c7afaaf2223db61a8ddd0d5b58ac37f37032bc4 (patch) | |
| tree | 27619e8a94c3bdb0ec072236fd940337921afeb4 | |
| parent | 4749eca8fdfe1b3fe362cacd409147ff89f35629 (diff) | |
fix style (#2776)
| -rw-r--r-- | lib/elements/fill_stitch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index dc98e3c7..19b37223 100644 --- a/lib/elements/fill_stitch.py +++ b/lib/elements/fill_stitch.py @@ -102,6 +102,7 @@ class StrokeAndFillWarning(ValidationWarning): _('* Adapt the shape of the second element to compensate for push and pull fabric distortion.') ] + class InvalidShapeError(ValidationError): name = _("This shape is invalid") description = _('Fill: This shape cannot be stitched out. Please try to repair it with the "Break Apart Fill Objects" extension.') |
