Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't create empty settings_old folder for fresh installs #2735

Merged

Conversation

RunDevelopment
Copy link
Member

This fixes a small oversight in #2640.

Fresh installs have neither a settings.json nor a settings folder, but node local storage will create the settings folder. This cause fresh installs to always create an empty settings folder that was then migrated to a settings_old folder.

Of course, none of this was necessary. So I now check whether the settings folder exists before doing the migration.

@joeyballentine joeyballentine merged commit a63c652 into chaiNNer-org:main Apr 4, 2024
4 checks passed
@RunDevelopment RunDevelopment deleted the fresh-settings-old branch April 4, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants