Fix logic error with ctap2.1
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user