Rockhopper-Technologies / enlighten

Enlighten Progress Bar for Python Console Apps
https://python-enlighten.readthedocs.io
Mozilla Public License 2.0
416 stars 25 forks source link

Fix incomplete bar with subcounters #70

Closed vflaux closed 2 months ago

vflaux commented 3 months ago

fix https://github.com/Rockhopper-Technologies/enlighten/issues/69

I removed the "remaining" / "remainder" part as it causes sub counters bars to change size while the main counter is updated (and the sub counter is not). This may indeed create a larger main bar than it should, but it's more visually stable.

sourcery-ai[bot] commented 3 months ago

🧙 Sourcery has finished reviewing your pull request!


Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
avylove commented 2 months ago

Fixed in #71