You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Based on the documentation we should make our configuration changes to
config.py
but according to the code this file is only loaded when therenamerOnUpdate_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.The text was updated successfully, but these errors were encountered: