diff options
| author | Lex Neva <github@lexneva.name> | 2016-12-19 02:58:21 +0000 |
|---|---|---|
| committer | Lex Neva <github@lexneva.name> | 2016-12-19 02:58:21 +0000 |
| commit | 3afd6e500fe14be8f430db0ba0e257551fa00695 (patch) | |
| tree | 8d5278a65d5522cb1fa2ccbc5b16a6968c1b4a3a /embroider.py | |
| parent | 80a482af8048b2fa2a227243877612e3db775a0f (diff) | |
bugfix
Diffstat (limited to 'embroider.py')
| -rw-r--r-- | embroider.py | 2 |
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) |
