aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/commands.py
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-17 19:03:10 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-17 19:03:10 -0700
commit5ad70a6953635da45542d1b3cb93672e6b51ae64 (patch)
tree04da89d7c92f1083c5de30e9acc363a75f833fe7 /src/python/grpcio/commands.py
parent913f5ab77e060c9943d3677d9566606aafd5db2c (diff)
removed spurious .format()
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 7f9c292d65..f498ed4190 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -182,7 +182,7 @@ class BuildProtoModules(setuptools.Command):
'--plugin=protoc-gen-python-grpc={}'.format(
self.grpc_python_plugin_command),
'-I {}'.format(GRPC_STEM),
- '-I .'.format(GRPC_STEM),
+ '-I .',
'-I {}/third_party/protobuf/src'.format(GRPC_STEM),
'--python_out={}'.format(PROTO_GEN_STEM),
'--python-grpc_out={}'.format(PROTO_GEN_STEM),