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
import_ = True
elif (
args.decrypt
or args.encrypt
or args.export
args.decrypt is not False
or args.encrypt is not False
or args.export is not False
or any((args.short, args.tags, args.edit))
):
compose = False