mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
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:
parent
2d48fbb608
commit
fec553dbee
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue