diff --git a/software/script/chameleon_cli_unit.py b/software/script/chameleon_cli_unit.py index e3c8cff7..9fcfa4c6 100644 --- a/software/script/chameleon_cli_unit.py +++ b/software/script/chameleon_cli_unit.py @@ -1558,7 +1558,7 @@ def args_parser(self) -> ArgumentParserNoExit: # m1 1k card emulation hw slot init -s 1 -t 3 # em id card simulation hw slot init -s 1 -t 1 def on_exec(self, args: argparse.Namespace): - tag_type = args.type + tag_type = chameleon_cmd.TagSpecificType[args.type] if args.slot is not None: slot_num = args.slot else: