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

Request support for set value hook #94

Open
StringKe opened this issue Jan 7, 2023 · 1 comment
Open

Request support for set value hook #94

StringKe opened this issue Jan 7, 2023 · 1 comment

Comments

@StringKe
Copy link

StringKe commented Jan 7, 2023

with open(self._config_file, "r", encoding="utf8") as fp:
     data = yaml.load(fp, Loader=yaml.FullLoader)
config = DotMap(data)

I want to be able to re-save the changes to yaml when I change the config

@FelixSchwarz
Copy link
Collaborator

Could you explain a bit more in detail what you are looking for? I am not sure I understand what feature you are missing. Maybe just write a small example how the code should work?

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

No branches or pull requests

2 participants