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

_get_config_list() was incorrectly returning [""] instead of [] for blank config lists #8

Closed
wants to merge 4 commits into from

Conversation

bob-the-hamster
Copy link
Contributor

this fixes a bug in _get_config_list() which only caused problems if you left a config list completely blank, for example,

source.exclude_exts =

or

android.permissions =

…g [""]

Filter this out when checking permission validity, and when building --permission command line args

Also fix two typos in the error message for an unknown permission
For any other value of source.dir presplash and icon were broken.
@tito
Copy link
Member

tito commented Feb 7, 2013

There is 2 changes on the repo, and i don't understand both of them. the "../../../" is wrong, i think the error is elswhere.
And about the _get_config_list, the fix is also wrong :)

I'll check it right now.

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