mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-04 04:43:01 +01:00
28a91ad1fd
- Issue - In the previous form, updates to self.current_config would update default_config as python does a shallow copy - So self.current_config is just referencing the values of default_config - Hence updates to current_config updates the default_config values too - This is not what we want - Fix - Deep copy the default_config values. Now updates to self.current_config wouldn't affect the default_config |
||
---|---|---|
.. | ||
__init__.py | ||
configure_screen.py | ||
file_browser.py | ||
labelled_text_field.py | ||
system_tray.py |