mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 19:34:17 +00:00
modes install and compare
This commit is contained in:
@@ -657,10 +657,6 @@ class CfgYaml:
|
||||
err = 'bad format for chmod: {}'.format(val)
|
||||
self._log.err(err)
|
||||
raise YamlException('config content error: {}'.format(err))
|
||||
if v[self.key_dotfile_link] == self.lnk_children:
|
||||
err = 'incompatible use of chmod and link_children'
|
||||
self._log.err(err)
|
||||
raise YamlException('config content error: {}'.format(err))
|
||||
v[self.key_dotfile_chmod] = val
|
||||
|
||||
return new
|
||||
|
||||
Reference in New Issue
Block a user