mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 19:44:20 +00:00
trans gets replaced with trans_read in dotfiles
This commit is contained in:
@@ -124,7 +124,8 @@ class CfgAggregator:
|
||||
for k in okeys:
|
||||
o = get_by_key(k)
|
||||
if not o:
|
||||
err = 'bad key for \"{}\": {}'.format(c.key, k)
|
||||
err = 'bad {} key for \"{}\": {}'.format(keys, c.key, k)
|
||||
self.log.err(err)
|
||||
raise Exception(err)
|
||||
objects.append(o)
|
||||
if self.debug:
|
||||
|
||||
Reference in New Issue
Block a user