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

Skip error or better error message: requirements with extra comma #562

Closed
mixmastamyk opened this issue Sep 13, 2017 · 1 comment
Closed

Comments

@mixmastamyk
Copy link

If the requirements line in a .spec file has/ends with an extra comma:

requirements = foo,bar,baz,

The following crash error occurs:

[INFO]:    No dist exists that meets your requirements, so one will be built.
Traceback (most recent call last):
    .../python-for-android/pythonforandroid/recipe.py", line 640, in get_recipe
    recipe = mod.recipe
AttributeError: module 'pythonforandroid.recipes.' has no attribute 'recipe'

Would be nice to ignore this error, or at minimum give a better message.

@inclement
Copy link
Member

Closing as stale, I think this is fixed in buildozer master, please reopen if not.

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