mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 03:54:16 +00:00
fix tests realpath
This commit is contained in:
@@ -1073,6 +1073,9 @@ class CfgYaml:
|
||||
self._yaml_dict[self.key_profiles][key] = {
|
||||
self.key_profile_dotfiles: []
|
||||
}
|
||||
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