Skip to content

Commit

Permalink
chg: [ci] updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 28, 2021
1 parent 735c0ed commit 6450394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/hashlookup-analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ def lookup(value=None):
for file_object in files[key]:
fsize = os.path.getsize(file_object['FileName'])
filetype = key.split("_")
print(f"{filetype[0]},\"{file_object['FileName']}\",{file_object['hash']},{fsize}")
print(
f"{filetype[0]},\"{file_object['FileName']}\",{file_object['hash']},{fsize}"
)

elif args.print_unknown:
for file_object in files['unknown_files']:
Expand Down

0 comments on commit 6450394

Please sign in to comment.