aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/commands.py
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-06-13 16:44:08 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-06-13 16:44:08 -0700
commitc0f4fe2dd4251f83d8ea97efa5561b9ae64d7a44 (patch)
treeb85f8f40ead4c72c7820a8dce98ce4f81717ca00 /src/python/grpcio/commands.py
parent41622a8e389e8eda38d6d3bfbf34cbf35f437156 (diff)
parenta47acad040242c03d5e812a40fd11225f327d45e (diff)
Merge branch 'master' into epoll_changes
Diffstat (limited to 'src/python/grpcio/commands.py')
-rw-r--r--src/python/grpcio/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 295dab2d27..3e974eba0a 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -191,7 +191,7 @@ class BuildProtoModules(setuptools.Command):
except subprocess.CalledProcessError as e:
sys.stderr.write(
'warning: Command:\n{}\nMessage:\n{}\nOutput:\n{}'.format(
- command, e.message, e.output))
+ command, str(e), e.output))
# Generated proto directories dont include __init__.py, but
# these are needed for python package resolution