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 Language option parsing #343

Closed

Conversation

markusgrosser
Copy link
Contributor

Before, any language option other than --english caused Aura to crash
with an "incompatible options" error message.

This was caused by the language option being handed to the option
parser as an additional flag, causing all case branches to be dropped
through.

This bug seems to have gone unnoticed, I discovered it while trying to test #342

Before, any language option other than --english caused Aura to crash
with an "incompatible options" error message.

This was caused by the language option being handed to the option
parser as an additional flag, causing all case  branches to be dropped
through.
@fosskers
Copy link
Owner

This has been fixed.

@fosskers fosskers closed this Feb 13, 2017
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