commit | 05b837a73c970d4f812445d1f1b3265386896aa9 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Wed Oct 05 00:18:57 2016 -0700 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Wed Oct 05 00:18:57 2016 -0700 |
tree | 3a534deff599fd9c41b3607ccf551878742806bf | |
parent | 3d55ffc214cb5887d15e8680afaa3b4475d503ea [diff] |
Dockerized chameleon to work
diff --git a/grpc_client/grpc_client.py b/grpc_client/grpc_client.py index 5f373a7..c2d66db 100644 --- a/grpc_client/grpc_client.py +++ b/grpc_client/grpc_client.py
@@ -136,7 +136,7 @@ cmd = ( 'cd %s && ' - 'env PATH=%s ' + 'env PATH=%s PYTHONPATH=%s ' 'python -m grpc.tools.protoc ' '-I. ' '-I%s ' @@ -148,6 +148,7 @@ self.work_dir, ':'.join([os.environ['PATH'], self.plugin_dir]), google_api_dir, + google_api_dir, self.plugin_dir, fname) )