Skip to content

Commit

Permalink
cli: fix hw slot init
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Oct 10, 2023
1 parent f93418b commit f512cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/script/chameleon_cli_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f512cbd

Please sign in to comment.