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

Fix progress bar on dashboard #101

Merged
merged 2 commits into from Oct 27, 2023
Merged

Conversation

harmenwassenaar
Copy link
Collaborator

No description provided.

@harmenwassenaar harmenwassenaar added the bug Something isn't working label Oct 26, 2023
Copy link
Owner

@sybrenjansen sybrenjansen left a comment

Choose a reason for hiding this comment

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

Can you add a line in the changelog with this fix?

@@ -261,7 +261,7 @@ def _get_progress_bar_update_dict(self, progress_bar: tqdm_type, failed: bool,
"success": not failed,
"n": n,
"total": total,
"percentage": None if total else n / total,
"percentage": n / total if total else None,
Copy link
Owner

Choose a reason for hiding this comment

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

Wow

@sybrenjansen sybrenjansen merged commit 2e7655d into master Oct 27, 2023
14 checks passed
@sybrenjansen sybrenjansen deleted the fix-dashboard-progress-bar branch October 27, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants