mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 05:20:43 +00:00
implement notemplate for install
This commit is contained in:
@@ -603,6 +603,7 @@ class CfgYaml:
|
||||
if self.key_dotfile_notemplate not in v:
|
||||
val = self.settings.get(self.key_settings_notemplate, False)
|
||||
v[self.key_dotfile_notemplate] = val
|
||||
|
||||
return new
|
||||
|
||||
def _add_variables(self, new, shell=False, template=True, prio=False):
|
||||
|
||||
Reference in New Issue
Block a user