mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 21:29:43 +00:00
fixing trans is not a dict anymore
This commit is contained in:
@@ -161,7 +161,7 @@ def compare(opts, conf, tmp, focus=None):
|
||||
|
||||
for dotfile in selected:
|
||||
LOG.dbg('comparing {}'.format(dotfile))
|
||||
if 'actions' in dotfile.trans and dotfile.trans['actions']:
|
||||
if dotfile.trans:
|
||||
msg = 'ignore {} as it uses transformation(s)'
|
||||
LOG.log(msg.format(dotfile.key))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user