-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Regression since 2.5.0: empty commands section causes error #454
Comments
Since this doesn't seem simple to fix, should we start by reverting #407? The parser doesn't seem to differentiate between "missing" and "present but empty" |
I think that's a good idea, as it is better not to have a regression than a broken new feature. |
This was reverted in #456 -- perhaps the original issue should be reopened and this one closed? |
Done. Thanks @asottile! |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We often use this pattern such that tox is creating our virtual environments for us:
tox.ini
Under 2.4.1
I get (what I expect):
2.5.0
This is an error:
workaround
A (kinda unfortunate) workaround is to do something like:
The text was updated successfully, but these errors were encountered: