Skip to content

Commit

Permalink
Update diag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Aug 7, 2021
1 parent 28c3e07 commit 01f84bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ def run(self, args):
else:
nvitem = int(args.nvitem)
if "0x" in nv[1]:
nvindex = int(args.nvindex], 16)
nvindex = int(args.nvindex, 16)
else:
nvindex = int(args.nvindex)
diag.print_nvitemsub(nvitem,nvindex)
Expand Down

0 comments on commit 01f84bf

Please sign in to comment.