summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embroider.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider.py b/embroider.py
index 964c907d..7d8121d2 100644
--- a/embroider.py
+++ b/embroider.py
@@ -941,7 +941,7 @@ class SatinColumn(EmbroideryElement):
node_id = self.node.get("id")
if len(self.csp) != 2:
- self.fatal("satin column: object %s invalid: expected exactly two sub-paths, but there are %s" % (node_id, len(csp)))
+ self.fatal("satin column: object %s invalid: expected exactly two sub-paths, but there are %s" % (node_id, len(self.csp)))
if self.get_style("fill") is not None:
self.fatal("satin column: object %s has a fill (but should not)" % node_id)