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
20 stars 16 forks source link

Manual cleanup to go around Windows errors #66

Closed frheault closed 9 months ago

frheault commented 9 months 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/