File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ GRPC_GEN = \
386386
387387ALL_TEST_GEN += $(GRPC_GEN )
388388
389- $(GRPC_GEN ) & : cln-grpc/proto/node.proto cln-grpc/proto/primitives.proto
389+ $(GRPC_GEN ) & : cln-grpc/proto/node.proto cln-grpc/proto/primitives.proto
390390 $(PYTHON ) -m grpc_tools.protoc -I cln-grpc/proto cln-grpc/proto/node.proto --python_out=$(GRPC_PATH ) / --grpc_python_out=$(GRPC_PATH ) / --experimental_allow_proto3_optional
391391 $(PYTHON ) -m grpc_tools.protoc -I cln-grpc/proto cln-grpc/proto/primitives.proto --python_out=$(GRPC_PATH ) / --experimental_allow_proto3_optional
392392 find $(GRPC_DIR ) / -type f -name " *.py" -print0 | xargs -0 sed -i' .bak' -e ' s/^import \(.*\)_pb2 as .*__pb2/from pyln.grpc import \1_pb2 as \1__pb2/g'
You can’t perform that action at this time.
0 commit comments