Skip to content

Commit e81ed48

Browse files
committed
Merge branch 'fix-integration-test-script' into blender-addon-dev
2 parents fb62c9e + 31c2f97 commit e81ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/install-client-sources.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python -m grpc_tools.protoc -I=. \
1010
--python_out=../pycue/opencue/compiled_proto \
1111
--grpc_python_out=../pycue/opencue/compiled_proto ./*.proto
1212
cd ..
13-
python ../ci/fix_compiled_proto.py pycue/opencue/compiled_proto
13+
python ci/fix_compiled_proto.py pycue/opencue/compiled_proto
1414

1515
# Install all client packages.
1616
pip install pycue/ pyoutline/ cueadmin/ cuesubmit/ cuegui/

0 commit comments

Comments
 (0)