We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343c4ef commit f257264Copy full SHA for f257264
1 file changed
Makefile
@@ -34,4 +34,5 @@ proto:
34
poetry run python3 -m grpc_tools.protoc --pyi_out=pynumaflow/proto/sourcer -I=pynumaflow/proto/sourcer --python_out=pynumaflow/proto/sourcer --grpc_python_out=pynumaflow/proto/sourcer pynumaflow/proto/sourcer/*.proto
35
36
37
- sed -i -e 's/^\(import.*_pb2\)/from . \1/' pynumaflow/proto/*/*.py
+ sed -i.bak -e 's/^\(import.*_pb2\)/from . \1/' pynumaflow/proto/*/*.py
38
+ rm pynumaflow/proto/*/*.py.bak
0 commit comments