1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

do not mix yaml

This commit is contained in:
deadc0de6
2022-05-22 12:46:36 +02:00
committed by deadc0de
parent 1fa46edc12
commit 17f115bff8

View File

@@ -1065,10 +1065,6 @@ class CfgYaml:
self._yaml_dict[self.key_profiles][key] = {
self.key_profile_dotfiles: []
}
# and add to the live version too
self.profiles[key] = {
self.key_profile_dotfiles: []
}
if self._debug:
self._dbg('adding new profile: {}'.format(key))
self._dirty = True