| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Is it possible to get this PR merged so it can be included in the next release? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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