Skip to content

Commit 01f84bf

Browse files
authored
Update diag.py
1 parent 28c3e07 commit 01f84bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def run(self, args):
12051205
else:
12061206
nvitem = int(args.nvitem)
12071207
if "0x" in nv[1]:
1208-
nvindex = int(args.nvindex], 16)
1208+
nvindex = int(args.nvindex, 16)
12091209
else:
12101210
nvindex = int(args.nvindex)
12111211
diag.print_nvitemsub(nvitem,nvindex)

0 commit comments

Comments
 (0)