1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 07:19:16 +00:00

fix compare bug

This commit is contained in:
deadc0de6
2020-09-04 07:10:41 +02:00
parent 6565a76b1e
commit 69cf14e302
5 changed files with 24 additions and 13 deletions

View File

@@ -135,8 +135,9 @@ class CfgAggregator:
objects.append(o)
if not islist:
objects = objects[0]
if self.debug:
self.log.dbg('patching {}.{} with {}'.format(c, keys, objects))
# if self.debug:
# er = 'patching {}.{} with {}'
# self.log.dbg(er.format(c, keys, objects))
setattr(c, keys, objects)
def del_dotfile(self, dotfile):