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

Rich: Process progress bar doesn't represent the analyzed files #56

Open
Wenzel opened this issue Sep 29, 2020 · 0 comments
Open

Rich: Process progress bar doesn't represent the analyzed files #56

Wenzel opened this issue Sep 29, 2020 · 0 comments
Labels

Comments

@Wenzel
Copy link
Owner

Wenzel commented Sep 29, 2020

The main progress bar total count is the total of the files walked in the filesystem:

count = sum(1 for i in walk_filepath_list(filepath_list, recursive))
check_output.enumerating_tasks_stop(count)

It's not representative of the smaller amount of files that will be analyzed by checksec (ELF/PE)

@Wenzel Wenzel added the Rich label Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant