Skip to content

Commit

Permalink
fix: [live-linux] missing format
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Sep 24, 2023
1 parent 8a4013d commit c8827dd
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 @@ -357,7 +357,7 @@ def generate_report():
if not args.live_linux:
print('hashlookup_result,filename,{},size'.format(args.bloomfilter_algorithm))
else:
print('hashlookup_result,pid,filename,{},size'.args.bloomfilter_algorithm)
print('hashlookup_result,pid,filename,{},size'.format(args.bloomfilter_algorithm))
if args.print_all:
for key in files.keys():
for file_object in files[key]:
Expand Down

0 comments on commit c8827dd

Please sign in to comment.