From 633ec88186106b9a9604f418b5f527d6d8ff888d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 19 Feb 2018 21:43:39 -0500 Subject: windows build (#79) Ink/stitch now supports windows! --- inkstitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inkstitch.py') diff --git a/inkstitch.py b/inkstitch.py index 0af7807c..6db9d003 100644 --- a/inkstitch.py +++ b/inkstitch.py @@ -31,7 +31,7 @@ SVG_GROUP_TAG = inkex.addNS('g', 'svg') EMBROIDERABLE_TAGS = (SVG_PATH_TAG, SVG_POLYLINE_TAG) -dbg = open("/tmp/embroider-debug.txt", "w") +dbg = open(os.devnull, "w") _ = lambda message: message -- cgit v1.2.3