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

Fixes sh _env should be a dictionary #2160

Merged

Conversation

AndreMiras
Copy link
Member

It looks like the _env keyword argument is acception dictionary only.
The error was:

TypeError: Invalid special arguments:
  'env': env must be a dict. Got environ(...)

https://travis-ci.org/github/AndreMiras/python-for-android/jobs/680502683

It looks like the `_env` keyword argument is acception dictionary only.
The error was:
```
TypeError: Invalid special arguments:
  'env': env must be a dict. Got environ(...)
```
https://travis-ci.org/github/AndreMiras/python-for-android/jobs/680502683
Copy link
Member

@opacam opacam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

👍

@AndreMiras AndreMiras merged commit 50affc8 into kivy:develop Apr 29, 2020
@AndreMiras AndreMiras deleted the feature/fixes_sh_module_expect_dict branch April 29, 2020 10:02
@AndreMiras AndreMiras mentioned this pull request May 7, 2020
7 tasks
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.

2 participants