Add checks for if a file already exists before copying/creating in configure.py #964
Labels
enhancement
New feature or request
good first issue
Good for newcomers
tech-debt
Pays down tech debt
user-experience
Something that speaks to the interface or interaction with the user
I've been doing stuff like this:
In configure.py inside of my #828 branch, this checks if a file already exists and if not it can be created with default settings. This is useful for preserving user settings between updates and deploys, do this type of thing in all relevant places in
configure.py
to ensure that our systems support true user customization that isn't wiped out between updates.The text was updated successfully, but these errors were encountered: