rodricios / autocomplete

Autocomplete - an adult and kid friendly exercise in creating a predictive program
450 stars 74 forks source link

Amend models.py functions to write to current working directory #7

Closed saxbophone closed 2 years ago

saxbophone commented 7 years ago

Before this, models would write to the same directory that the models.py file was installed to, which is invariably the system-wide python libraries directory. This requires admin access to write to on many systems, as well as being undesirable in that files that are part of the library can end up being accidentally overwritten via this method.

Fixes https://github.com/rodricios/autocomplete/issues/6