summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-03-11 14:15:07 +0100
committerGitHub <noreply@github.com>2024-03-11 14:15:07 +0100
commit3c7afaaf2223db61a8ddd0d5b58ac37f37032bc4 (patch)
tree27619e8a94c3bdb0ec072236fd940337921afeb4
parent4749eca8fdfe1b3fe362cacd409147ff89f35629 (diff)
fix style (#2776)
-rw-r--r--lib/elements/fill_stitch.py1
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.')