We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb62c9e + 31c2f97 commit e81ed48Copy full SHA for e81ed48
sandbox/install-client-sources.sh
@@ -10,7 +10,7 @@ python -m grpc_tools.protoc -I=. \
10
--python_out=../pycue/opencue/compiled_proto \
11
--grpc_python_out=../pycue/opencue/compiled_proto ./*.proto
12
cd ..
13
-python ../ci/fix_compiled_proto.py pycue/opencue/compiled_proto
+python ci/fix_compiled_proto.py pycue/opencue/compiled_proto
14
15
# Install all client packages.
16
pip install pycue/ pyoutline/ cueadmin/ cuesubmit/ cuegui/
0 commit comments