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

File counter is not correct #199

Closed
simonschaufi opened this issue Jul 10, 2024 · 1 comment · Fixed by #202
Closed

File counter is not correct #199

simonschaufi opened this issue Jul 10, 2024 · 1 comment · Fixed by #202
Assignees
Labels
bug Something isn't working

Comments

@simonschaufi
Copy link
Collaborator

First it counts up to 650:

vendor/bin/fractor process --dry-run
  65/650 [==>-------------------------]  10%

and then it goes up way above 1000:

vendor/bin/fractor process --dry-run
 1078/1078 [============================] 10

and does weird things

@simonschaufi simonschaufi added the bug Something isn't working label Jul 10, 2024
@andreaswolf
Copy link
Owner

I suppose this is because currently the progress is advanced for each file and for each processor, not only once per file.

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 a pull request may close this issue.

2 participants