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 percentage not resetting between hosts in the same process #1

Open
Zamanry opened this issue Jul 2, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@Zamanry
Copy link
Owner

Zamanry commented Jul 2, 2020

For example, let's say we are enumerating the main mode transforms for three hosts. The bug would appear as such:

[*] Looking for accepted transforms in main mode at #.#.#.#
[====================] 100% - Current transform: 6,2,64223,5
[*] Looking for accepted transforms in main mode at  #.#.#.#
[====================] 200% - Current transform: 6,2,64223,5
[*] Looking for accepted transforms in main mode at  #.#.#.#
[====================] 300% - Current transform: 6,2,64223,5

The percentage should never reach higher than 100% and reset to 0%.

@Zamanry Zamanry added the bug Something isn't working label Jul 2, 2020
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

No branches or pull requests

1 participant