pull/499/head
Kaalleen 2019-07-02 18:12:20 +02:00 zatwierdzone przez GitHub
rodzic e478ec10d8
commit 4db305a36d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ def write_embroidery_file(file_path, stitch_plan, svg, settings={}):
settings['explicit_trim'] = False
try:
pyembroidery.write(pattern, file_path, settings)
pyembroidery.write(pattern, file_path.encode("UTF-8"), settings)
except IOError as e:
# L10N low-level file error. %(error)s is (hopefully?) translated by
# the user's system automatically.