pysaml2 icon indicating copy to clipboard operation
pysaml2 copied to clipboard

Use class delete_tmpfiles flag in _run_xmlsec

Open henrikek opened this issue 2 years ago • 1 comments

Description

Fixes issue of not deleting temporary files in windows to support running xmlsec1 as a subprocess in windows.

What your changes do and why you chose this solution

With this PR it is possible to use config parameter "delete_tmpfiles": False if os.name == 'nt' else True

#863

henrikek avatar Oct 01 '23 14:10 henrikek

Is it possible to get this PR merged so it can be included in the next release?

henrikek avatar Apr 18 '24 08:04 henrikek