Skip to content

webslicer: close temporary file before deleting it

What does the merge request do?

Apply fix provided in https://bugs.launchpad.net/inkscape/+bug/1664428 to WebSlicer.

Implementation notes

The unit test previously hit the except clause and now does not anymore.

Summary for release notes

The Webslicer extension now correctly cleans up its temporary files.

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented
  • Clean merge request history

Merge request reports