From 54179d76bc4338c5089a6d826e4b36790b202e45 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 22 Jun 2019 19:05:57 -0400 Subject: fix style --- lib/elements/satin_column.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/elements') 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)") % -- cgit v1.2.3