summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output.py b/lib/output.py
index a6edfe86..0b9e4ad5 100644
--- a/lib/output.py
+++ b/lib/output.py
@@ -63,7 +63,7 @@ def write_embroidery_file(file_path, stitch_plan, svg, settings={}):
pattern = pyembroidery.EmbPattern()
# For later use when writing .dst header title field.
- pattern.extras['filename'] = os.path.splitext(os.path.basename(file_path))[0]
+ pattern.extras['name'] = os.path.splitext(os.path.basename(file_path))[0]
stitch = Stitch(0, 0)