From 70aad25291cc0c131c49cf7ea0876bf183dd6887 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sun, 17 Jul 2022 04:40:00 -0400 Subject: [PATCH] Update python generation to pkg dir --- scripts/python-gen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python-gen.sh b/scripts/python-gen.sh index dac252b..fde36d3 100755 --- a/scripts/python-gen.sh +++ b/scripts/python-gen.sh @@ -1,3 +1,3 @@ #!/bin/bash -python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc --grpc_python_out=./python-grpc *.proto \ No newline at end of file +python3 -m grpc_tools.protoc -I./ --python_out=./python-grpc/strafesnet --grpc_python_out=./python-grpc/strafesnet *.proto \ No newline at end of file