Skip to content

Commit

Permalink
Add os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva committed Feb 14, 2023
1 parent 673aaf3 commit ee1da36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/gen_protos.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

LOG = logging.getLogger()
LOG.setLevel(logging.INFO)
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'

LICENSE_HEADER = """
#
Expand Down

0 comments on commit ee1da36

Please sign in to comment.