aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/route_guide/run_codegen.sh
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-09-08 21:34:33 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-09-10 16:09:17 +0000
commit061d288f559f786c1541f56192303314a61e5489 (patch)
tree3ddf30b2aef7cc3111176d4986c410ccad8c21e1 /examples/python/route_guide/run_codegen.sh
parentf65d3c11023cd39b73c8832947889f656f2427a3 (diff)
Beta Python documentation correction and update
Diffstat (limited to 'examples/python/route_guide/run_codegen.sh')
-rwxr-xr-xexamples/python/route_guide/run_codegen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/route_guide/run_codegen.sh b/examples/python/route_guide/run_codegen.sh
index 689e0978de..a5759025b8 100755
--- a/examples/python/route_guide/run_codegen.sh
+++ b/examples/python/route_guide/run_codegen.sh
@@ -1,4 +1,4 @@
#!/bin/bash
# Runs the protoc with gRPC plugin to generate protocol messages and gRPC stubs.
-protoc -I . --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` route_guide.proto
+protoc -I ../../protos --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../../protos/route_guide.proto