summaryrefslogtreecommitdiff
path: root/lib/elements
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-06-22 19:05:57 -0400
committerLex Neva <github.com@lexneva.name>2019-06-22 19:05:57 -0400
commit54179d76bc4338c5089a6d826e4b36790b202e45 (patch)
tree08da1fafacd52a1ded8a9bb522ed2472c1a8505d /lib/elements
parent2258bf76ca25dde1fb25364a333770e8e3966c4d (diff)
fix style
Diffstat (limited to 'lib/elements')
-rw-r--r--lib/elements/satin_column.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elements/satin_column.py b/lib/elements/satin_column.py
index 4617860a..d3c4d3d3 100644
--- a/lib/elements/satin_column.py
+++ b/lib/elements/satin_column.py
@@ -326,7 +326,8 @@ class SatinColumn(EmbroideryElement):
if not self.rungs:
if len(self.rails) < 2:
- self.fatal(_("satin column: object %(id)s has too few paths. A satin column should have at least two paths (the rails).") % dict(id=node_id))
+ self.fatal(_("satin column: object %(id)s has too few paths. A satin column should have at least two paths (the rails).") %
+ dict(id=node_id))
if len(self.rails[0]) != len(self.rails[1]):
self.fatal(_("satin column: object %(id)s has two paths with an unequal number of points (%(length1)d and %(length2)d)") %