mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 00:54:16 +00:00
pep8
This commit is contained in:
@@ -358,7 +358,8 @@ class CfgYaml:
|
|||||||
new[k] = v
|
new[k] = v
|
||||||
# apply link value
|
# apply link value
|
||||||
if self.key_dotfile_link not in v:
|
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
|
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