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

Fix bug in --use-tags #3

Merged
merged 1 commit into from
Nov 28, 2017
Merged

Fix bug in --use-tags #3

merged 1 commit into from
Nov 28, 2017

Conversation

omnilinguist
Copy link
Contributor

@omnilinguist omnilinguist commented Oct 31, 2017

Found a bug in --use-tags functionality. You are defaulting the *bool to false in the argument, but the logic that uses the argument checks for its existence (which will always be true due to having a default false value) rather than its actual boolean value.

Fix tested locally with some (removed) debug statements.

@travisjeffery travisjeffery merged commit 7b96add into travisjeffery:master Nov 28, 2017
@travisjeffery
Copy link
Owner

Thanks!

@omnilinguist omnilinguist deleted the tags-bug branch December 7, 2017 02:55
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

Successfully merging this pull request may close these issues.

None yet

2 participants