mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 22:04:44 +00:00
add new profile key to live version too
This commit is contained in:
@@ -1065,6 +1065,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user