mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
pep8
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user