1
0
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:
deadc0de6
2019-06-09 17:50:06 +02:00
parent acc2c83e22
commit 9df3522a17
3 changed files with 12 additions and 3 deletions

View File

@@ -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: