allenai / python-package-template

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

fix personalize.py on Windows #112

Closed epwalsh closed 1 year ago

epwalsh commented 1 year ago

Fixes #80, personalize.py will now work on Windows by not removing the file itself. Instead we'll just print a message for the user to delete the file manually.