I have 2 yaml files one has the default values of some settings and anther has null values and will be overridden when there are some changes. There is a set to default button that should set the settings to their default values. I want the yaml file of the customized settings to be overriden by the values of the defaultyaml file
I tried with dump and write but didn't quite work.