We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I suppose this is because currently the progress is advanced for each file and for each processor, not only once per file.
Sorry, something went wrong.
1013638
andreaswolf
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: