Skip to content

Commit 1c2052b

Browse files
author
Heiner
committed
Fix setup.py.
1 parent a3b5189 commit 1c2052b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def build_pb():
6161
subprocess.call(
6262
protoc + " --grpc_out=libtorchbeast -Ilibtorchbeast"
6363
" --plugin=protoc-gen-grpc=`which grpc_cpp_plugin`"
64-
" rpc.proto",
64+
" rpcenv.proto",
6565
shell=True,
6666
)
6767
!= 0

0 commit comments

Comments
 (0)