mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 02:39:17 +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:
|
for dotfile in selected:
|
||||||
LOG.dbg('comparing {}'.format(dotfile))
|
LOG.dbg('comparing {}'.format(dotfile))
|
||||||
if 'actions' in dotfile.trans and dotfile.trans['actions']:
|
if dotfile.trans:
|
||||||
msg = 'ignore {} as it uses transformation(s)'
|
msg = 'ignore {} as it uses transformation(s)'
|
||||||
LOG.log(msg.format(dotfile.key))
|
LOG.log(msg.format(dotfile.key))
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user