mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 09:14:16 +00:00
fix bug for #166
This commit is contained in:
@@ -356,6 +356,9 @@ class CfgYaml:
|
|||||||
v[self.key_trans_r] = v[self.old_key_trans_r]
|
v[self.key_trans_r] = v[self.old_key_trans_r]
|
||||||
del v[self.old_key_trans_r]
|
del v[self.old_key_trans_r]
|
||||||
new[k] = v
|
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
|
return new
|
||||||
|
|
||||||
def _get_variables_dict(self, profile, seen, sub=False):
|
def _get_variables_dict(self, profile, seen, sub=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user