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

Buildozer doesn't document remove with a single argument correctly #104

Open
endobson opened this issue Jun 7, 2017 · 0 comments
Open

Comments

@endobson
Copy link

endobson commented Jun 7, 2017

Current documentation:

remove <value(s)>: Removes value(s) from the list attr. The wildcard * matches all attributes. Lists containing none of the value(s) are not modified.

Issues:

  1. I would expect this to remove nothing as all lists contain none of the values (vacuously) and thus shouldn't be modified. It instead removes the attribute.
  2. I would expect this to not work on non list attributes, but it does and also removes the attribute.
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