Skip to content

Commit 6d13ebd

Browse files
committed
Better variable name
1 parent e6c7c1f commit 6d13ebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/mk_client_whitelist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
const X509ChainWhitelist = {"""
4343

4444
print header
45-
for h in sorted([row[0] for row in results]):
46-
print " '%s' : true," % h
45+
for chain_fp in sorted([row[0] for row in results]):
46+
print " '%s' : true," % chain_fp
4747

4848
footer = "} ;"
4949
print footer

0 commit comments

Comments
 (0)