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

Only update config when version number is highers #51

Open
michaelaye opened this issue Sep 22, 2023 · 0 comments
Open

Only update config when version number is highers #51

michaelaye opened this issue Sep 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@michaelaye
Copy link
Owner

Currently, each new start of PLPY creates a new backup file for checking and updating the TOML with
potential new entries.
But there are no new entries in the package TOML, so why is this happening so often?
The other time the config file is of course updated is for a new index.
But better to check the PLPY version and store it, so that only a new PLPY version triggers a check for
new server URLS in the config file.

@michaelaye michaelaye added the enhancement New feature or request label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant