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

ensure whitelist always has a list #172

Merged
merged 1 commit into from
Jan 27, 2015
Merged

Conversation

kived
Copy link
Contributor

@kived kived commented Jan 27, 2015

Should fix this bug:

# Package the application
# project.properties updated
Traceback (most recent call last):
  File "/usr/local/bin/buildozer", line 9, in <module>
    load_entry_point('buildozer==0.25', 'console_scripts', 'buildozer')()
  File "/usr/local/lib/python2.7/dist-packages/buildozer/scripts/client.py", line 13, in main
    Buildozer().run_command(sys.argv[1:])
  File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 967, in run_command
    self.target.run_commands(args)
  File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 85, in run_commands
    func(args)
  File "/usr/local/lib/python2.7/dist-packages/buildozer/target.py", line 97, in cmd_debug
    self.buildozer.build()
  File "/usr/local/lib/python2.7/dist-packages/buildozer/__init__.py", line 194, in build
    self.target.build_package()
  File "/usr/local/lib/python2.7/dist-packages/buildozer/targets/android.py", line 535, in build_package
    self._generate_whitelist(dist_dir)
  File "/usr/local/lib/python2.7/dist-packages/buildozer/targets/android.py", line 500, in _generate_whitelist
    for wl in p4a_whitelist:
TypeError: 'NoneType' object is not iterable

Though if the more appropriate fix is to make getlist always return a list, then just close this. :)

kived added a commit that referenced this pull request Jan 27, 2015
ensure whitelist always has a list
@kived kived merged commit ce640fc into kivy:master Jan 27, 2015
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.

1 participant