Skip to content
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

Don't show 50% duplicated progress info #718

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

deeplow
Copy link
Contributor

@deeplow deeplow commented Feb 15, 2024

50% would show twice in the conversion progress due to an overlap in conversion progress values. The doc_to_pixels would be from 0-50% and the pixels_to_pdf from 50%-100%.

This commit makes the first part go from 0 to 49% instead.

Fixes #715

Copy link
Contributor

@apyrgio apyrgio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable, thanks!

@deeplow deeplow force-pushed the 715-duplicated-50-percent branch from 4e1ea52 to 438b4bc Compare February 20, 2024 13:11
50% would show twice in the conversion progress due to an overlap in
conversion progress values. The doc_to_pixels would be from 0-50% and
the pixels_to_pdf from 50%-100%.

This commit makes the first part go from 0 to 49% instead.

Fixes #715
@deeplow deeplow force-pushed the 715-duplicated-50-percent branch from 438b4bc to e4a5dbc Compare February 20, 2024 13:47
@deeplow deeplow merged commit e4a5dbc into main Feb 20, 2024
16 of 18 checks passed
@apyrgio apyrgio deleted the 715-duplicated-50-percent branch May 22, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

50% shows twice in CLI conversion output
2 participants