tee-ar-ex / trx-python

Python implementation of the TRX file format
https://tee-ar-ex.github.io/trx-python/
BSD 2-Clause "Simplified" License
22 stars 15 forks source link

Manual cleanup to go around Windows errors #66

Closed frheault closed 1 year ago

frheault commented 1 year ago

Attempt to manually cleanup the tmp_dir since a parameter in tempfile library does not exist in Python3.9

https://www.scivision.dev/python-tempfile-permission-error-windows/