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

[renamerOnUpdate] configuration reset after update #263

Closed
dirtcase opened this issue Feb 25, 2024 · 1 comment · Fixed by #264
Closed

[renamerOnUpdate] configuration reset after update #263

dirtcase opened this issue Feb 25, 2024 · 1 comment · Fixed by #264

Comments

@dirtcase
Copy link

Based on the documentation we should make our configuration changes to config.py but according to the code this file is only loaded when the renamerOnUpdate_config.py file cannot be imported. Shouldn't this be the other way round?

I made changes to renamerOnUpdate_config.py but these were undone after updating the plugin.

@stg-annon
Copy link
Contributor

indeed the config file would ideally be untracked by GIT/Manifest so that when updated customizations to the config are not lost

the way the plugin is written currently you should be able to rename renamerOnUpdate_config.py to config.py to solve this but it will otherwise import renamerOnUpdate_config.py if it exists

PR #264 fixes this

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 a pull request may close this issue.

3 participants