1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
This commit is contained in:
deadc0de6
2019-06-19 08:58:19 +02:00
parent cc636e96c6
commit 51530451e0

View File

@@ -358,7 +358,8 @@ class CfgYaml:
new[k] = v
# apply link value
if self.key_dotfile_link not in v:
v[self.key_dotfile_link] = self.settings[self.key_settings_link_dotfile_default]
val = self.settings[self.key_settings_link_dotfile_default]
v[self.key_dotfile_link] = val
return new
def _get_variables_dict(self, profile, seen, sub=False):