verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

A litte change of finish function to support <|tee> #67

Open I-Doctor opened 5 years ago

I-Doctor commented 5 years ago

Thank you for your code firstly. I just changed the finish function to print last status of bar into stdout at the end of the progress instead of stderr, which won't do harm to the apperance but will allow users to use <|tee> cmd to store the last status into file. (by store stdout info)