1
0
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:
Ziirish
2018-06-01 22:34:51 +02:00
parent aa3ad5e8ab
commit 10ac4e166e

View File

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