From 17f115bff873df4d3b8a68674268e95f11a5f0eb Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 22 May 2022 12:46:36 +0200 Subject: [PATCH] do not mix yaml --- dotdrop/cfg_yaml.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotdrop/cfg_yaml.py b/dotdrop/cfg_yaml.py index 601a4e4..faaf797 100644 --- a/dotdrop/cfg_yaml.py +++ b/dotdrop/cfg_yaml.py @@ -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