Return true after successfully writing the file

This is how Uranium detects that it's been written successfully.

Contributes to issue CURA-4872.
This commit is contained in:
Ghostkeeper 2018-01-29 13:06:38 +01:00
parent 2d48fbb608
commit fec553dbee
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -31,4 +31,5 @@ class UFPWriter(MeshWriter):
thumbnail.close()
archive.addRelation(virtual_path = "/Metadata/thumbnail.png", relation_type = "http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail")
archive.close()
archive.close()
return True