Skip to content

Commit 4ff9b54

Browse files
committed
pretty-print report-count
1 parent 4f73625 commit 4ff9b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/riskdb/builder/load_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def build_objects(loader: FileLoader, lookup_lists: dict, ptrs: dict):
149149
v.update_kind()
150150
# print(nets[n])
151151

152-
log(f"INFO: {i} reports loaded | "
152+
log(f"INFO: {i:_} reports loaded | "
153153
f"ASN {len(asns):_} | Networks {len(nets):_} | IPs {len(ips):_} | "
154154
f"Skipped: {loader.skip_reasons}")
155155
return asns, nets, ips

0 commit comments

Comments
 (0)