aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/route_guide/run_codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/route_guide/run_codegen.py')
-rw-r--r--examples/python/route_guide/run_codegen.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/python/route_guide/run_codegen.py b/examples/python/route_guide/run_codegen.py
index 1ec7fcd51f..8df562d349 100644
--- a/examples/python/route_guide/run_codegen.py
+++ b/examples/python/route_guide/run_codegen.py
@@ -15,5 +15,10 @@
from grpc_tools import protoc
-protoc.main(('', '-I../../protos', '--python_out=.', '--grpc_python_out=.',
- '../../protos/route_guide.proto',))
+protoc.main((
+ '',
+ '-I../../protos',
+ '--python_out=.',
+ '--grpc_python_out=.',
+ '../../protos/route_guide.proto',
+))