Skip to content
Snippets Groups Projects
Commit 49581376 authored by Maël Madon's avatar Maël Madon
Browse files

nicer print of parsing progress

parent a1396675
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ def swf2sessions(input_swf, out_dir, delim_approach, delim_threshold,
for line in input_swf:
i += 1
if not quiet and i % 100000 == 0:
print("Processing swf line", i)
print(f"\r\033[KProcessing swf line {i}", end="")
res = r.match(line)
if res:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment