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

languagepackdownload always uses the default parameters #4058

Closed
aronasorman opened this issue Jul 7, 2015 · 4 comments
Closed

languagepackdownload always uses the default parameters #4058

aronasorman opened this issue Jul 7, 2015 · 4 comments
Assignees
Milestone

Comments

@aronasorman
Copy link
Collaborator

branch: 0.14.x

I'm trying to download pt-BR through the commandline using this command:

kalite manage languagepackdownload -l 'pt-BR' --commandline

However, the lang_code parameter always uses settings.LANGUAGE_CODE. Something's wrong with our parameter parsing.

@benjaoming
Copy link
Contributor

I think the problem is that it isn't complaining about your "illegal" space after -l.

1 similar comment
@benjaoming
Copy link
Contributor

I think the problem is that it isn't complaining about your "illegal" space after -l.

@MCGallaspy
Copy link
Contributor

"Fixes" in #4061... You should use the following command instead:

kalite manage languagepackdownload -l'pt-BR' --commandline

@aronasorman
Copy link
Collaborator Author

Fixed in the current 0.14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants