Open
Description
For all operations, there is a nice tqdm
progress shown, but at least for me each update is printed as a new, separate line, instead of overwriting the same line over and over (which I believe is the default behavior of tqdm
).
This results in lots of scrolling, pushing away more interesting messages (such as file date/checksum mismatches):
99%|#########9| 48385/48771 [07:03<00:02, 179.60it/s]
99%|#########9| 48403/48771 [07:03<00:02, 177.26it/s]
99%|#########9| 48421/48771 [07:03<00:01, 175.20it/s]
99%|#########9| 48439/48771 [07:03<00:01, 173.68it/s]
99%|#########9| 48457/48771 [07:03<00:01, 173.15it/s]
99%|#########9| 48475/48771 [07:03<00:01, 172.24it/s]
99%|#########9| 48493/48771 [07:03<00:01, 172.36it/s]
99%|#########9| 48511/48771 [07:04<00:01, 171.92it/s]
Is this behavior by design, or does it behave so only on my system?
pyFileFixity version 3.1.4 installed with pip, on Python 3.10.12, on WSL2.