1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 09:43:49 +00:00

fix bug for #166

This commit is contained in:
deadc0de6
2019-06-19 08:53:35 +02:00
parent dc45a6dc78
commit cc636e96c6

View File

@@ -356,6 +356,9 @@ class CfgYaml:
v[self.key_trans_r] = v[self.old_key_trans_r]
del v[self.old_key_trans_r]
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]
return new
def _get_variables_dict(self, profile, seen, sub=False):