fix failing encyption tests

This commit is contained in:
dbxnr 2020-02-11 19:15:30 +00:00
parent d86bbaf861
commit 608f920d8f

View file

@ -175,9 +175,9 @@ def guess_mode(args, config):
export = False export = False
import_ = True import_ = True
elif ( elif (
args.decrypt args.decrypt is not False
or args.encrypt or args.encrypt is not False
or args.export or args.export is not False
or any((args.short, args.tags, args.edit)) or any((args.short, args.tags, args.edit))
): ):
compose = False compose = False