allenai / python-package-template

A template repo for Python packages
Apache License 2.0
395 stars 67 forks source link

Remove unnecessary files at the end #80

Closed akshaya-a closed 1 year ago

akshaya-a commented 1 year ago

🐛 Describe the bug

If you use this template on windows (or a platform where the unlink command doesn't keep the file open in the current process) removal of personalize.py before doing any work breaks the program. I worked around this by manually removing personalize.py instead of letting it unlink itself

Versions

python 3.9, latest template

epwalsh commented 1 year ago

7 months later.... 🤦 Sorry I missed this! Should be fixed by #112