-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add newline before printing "Download complete" #34
Comments
Moreover, the current progress bar is broken on certain shells, resulting in a flooding progress bar wall of text. |
Please test https://pastebin.com/5tNswBAX
|
@V10lator Many thanks for this. Is your fork published on github (or similar) so we can see commits etc? |
@V10lator - goof stuff thank you for sharing! |
@JohnVeness @llakssz My PC is defective, I'm doing this with the help of a live DVD. That's why there are no commits and no pull requests.
I'll try to get access to another PC, rebase everything into commits and try to pull them next days but no guarantees on that. |
No problem, I'm sure we all have patience! :) Thanks again for the work. |
Hi @V10lator , the pastebin link has expired. Do you have your latest version? |
While you are downloading a file, the progress indicator appears. When it is finished, "Download complete" is printed. However, this overwrites the progress indicator, looking messy. So you see things like:
It would be good to do a newline before printing "Download complete".
Also (maybe should be a separate issue), it would be good if the progress indicator could get to 100%. It always ends earlier than that, usually 99%.
If the intention is that the "Download complete" line should overwrite the entirety of the progress line, that could be done instead of doing a newline first, but either way, the current output is messy.
The text was updated successfully, but these errors were encountered: