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

Retries limited to just 1 because of bug #12

Open
clarksmr opened this issue Sep 12, 2021 · 0 comments
Open

Retries limited to just 1 because of bug #12

clarksmr opened this issue Sep 12, 2021 · 0 comments

Comments

@clarksmr
Copy link
Contributor

No matter how many retries are specified in the groupeng configuration file, only 1 try is ever attempted. That's because of an error in an argument order in a recursive call to rule.py:506, which causes the try limit to become 1 at the first retry, effectively disabling any further retries.

@clarksmr clarksmr mentioned this issue Sep 12, 2021
tdimiduk added a commit that referenced this issue Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant