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

Make __init__.py generation optional in protoc-all #54

Open
mdkess opened this issue Mar 26, 2018 · 0 comments
Open

Make __init__.py generation optional in protoc-all #54

mdkess opened this issue Mar 26, 2018 · 0 comments
Assignees

Comments

@mdkess
Copy link
Contributor

mdkess commented Mar 26, 2018

As of Python 3.6, __init__.py files are not required. This task is to make it optional to generate those files. This will change the behavior around

if [[ $GEN_LANG == "python" ]]; then

This should be done by passing a command line flag to entrypoint.sh. The default should be to generate those files, to maintain backward compatibility with existing users.

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