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

list_human is always triggered #48

Closed
Sodki opened this issue Aug 16, 2018 · 1 comment
Closed

list_human is always triggered #48

Sodki opened this issue Aug 16, 2018 · 1 comment

Comments

@Sodki
Copy link

Sodki commented Aug 16, 2018

list_human is defined as a boolean, but then the test has this:

elif args.list_human is not None:

This is always true since False is not None.

@MestreLion
Copy link
Owner

Thanks @Sodki for pointing this out!!! After careful review I realized --list-human was ill-conceived: it should always have been a flag to --list/--list-bundles, not a command by itself.

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

2 participants