From 62c9cebb3efdd2780711c02b85a3d6ac7ac89bf1 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Tue, 1 Sep 2020 17:23:43 +0200 Subject: [PATCH] Fix logic error with ctap2.1 --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index 6463d39..8a58d96 100755 --- a/deploy.py +++ b/deploy.py @@ -839,7 +839,7 @@ if __name__ == "__main__": ) main_parser.add_argument( "--ctap2.1", - action=RemoveConstAction, + action="append_const", const="with_ctap2_1", dest="features", help=("Compiles the OpenSK application with backward compatible "