Fix logic error with ctap2.1

This commit is contained in:
Jean-Michel Picod
2020-09-01 17:23:43 +02:00
parent 728401b00f
commit 62c9cebb3e

View File

@@ -839,7 +839,7 @@ if __name__ == "__main__":
) )
main_parser.add_argument( main_parser.add_argument(
"--ctap2.1", "--ctap2.1",
action=RemoveConstAction, action="append_const",
const="with_ctap2_1", const="with_ctap2_1",
dest="features", dest="features",
help=("Compiles the OpenSK application with backward compatible " help=("Compiles the OpenSK application with backward compatible "