Skip to content

Commit

Permalink
Merge pull request #13 from Hu6li/fix-bloom-arg
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
adulau committed May 25, 2023
2 parents 1939e6a + 2f75339 commit 54eff89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/hashlookup-analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def generate_report():
)

if args.include_stats:
if args.bloomfilter is not None:
if args.bloomfilters is not None:
bloomfilter_source = bloomfilter_source
else:
bloomfilter_source = "None - live request"
Expand Down

0 comments on commit 54eff89

Please sign in to comment.