From 3c7afaaf2223db61a8ddd0d5b58ac37f37032bc4 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:15:07 +0100 Subject: [PATCH] fix style (#2776) --- lib/elements/fill_stitch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py index dc98e3c78..19b372234 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.')