summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-06-16 22:33:02 -0400
committerLex Neva <github.com@lexneva.name>2018-06-16 22:33:02 -0400
commit0659bc294e943bcaa10f63966e667003623e6da4 (patch)
treeea94079d21a810ccfea95b3b835b9f09f6e93f20
parentb674c192ee5ff7b3bbc48837379d1cea5f61b3bc (diff)
fix output regression
-rw-r--r--lib/extensions/output.py2
-rw-r--r--messages.po5
2 files changed, 5 insertions, 2 deletions
diff --git a/lib/extensions/output.py b/lib/extensions/output.py
index 924c2d3a..f4b153e6 100644
--- a/lib/extensions/output.py
+++ b/lib/extensions/output.py
@@ -9,7 +9,7 @@ from ..i18n import _
from ..output import write_embroidery_file
from ..stitch_plan import patches_to_stitch_plan
from ..svg import render_stitch_plan, PIXELS_PER_MM
-
+from ..utils.io import save_stdout
class Output(InkstitchExtension):
def __init__(self, *args, **kwargs):
diff --git a/messages.po b/messages.po
index 36af2e50..fb081eb1 100644
--- a/messages.po
+++ b/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2018-06-15 21:44-0400\n"
+"POT-Creation-Date: 2018-06-16 22:33-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -319,6 +319,9 @@ msgstr ""
msgid "Embroidery Simulation"
msgstr ""
+msgid "No embroidery file formats selected."
+msgstr ""
+
msgid ""
"Unable to autofill. This most often happens because your shape is made "
"up of multiple sections that aren't connected."