diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-02-19 21:43:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-19 21:43:39 -0500 |
| commit | 633ec88186106b9a9604f418b5f527d6d8ff888d (patch) | |
| tree | 186ccabb6f305106974749620ccdd112dba3f964 /inkstitch.py | |
| parent | 4c5e57893992e64ac3509dd05a6a3fd57238cb30 (diff) | |
windows build (#79)
Ink/stitch now supports windows!
Diffstat (limited to 'inkstitch.py')
| -rw-r--r-- | inkstitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
