diff options
| -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.') |
