refactor: move Config to a separate module#836
refactor: move Config to a separate module#836deltragon wants to merge 3 commits intoslgobinath:masterfrom
Conversation
10466b3 to
dda5365
Compare
also merge duplicated code in initialize and reset
dda5365 to
a8153e4
Compare
|
@archisman-panigrahi This is ready to be merged, if you agree with the approach. |
|
There is supposed to be no change in user experience, right? Only changes are about how the config is internally saved? |
|
Well, there shouldn't be any changes in this PR even internally, apart from just moving the code to a separate file. |
|
I deleted all the configs and ran this. Things are working fine. However, it seems that safeeyes is not anymore creating its autostart entry. Is it intentional? Can you please confirm? |
No, that is not intentional. On first run (when no |
Description
This PR should not have any behaviour changes at all, simply moving code around to keep related logic together (and move things out of the catch-all
utilitymodule).Unfortunately, since there is already a directory named
config, I had to call the moduleconfiguration.py.