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.
2 parents bbfb08d + d6e19d6 commit 6b6cf29Copy full SHA for 6b6cf29
2 files changed
makefile
@@ -32,7 +32,7 @@ grpc-client: install download
32
@mkdir -p $(OUTPUT)
33
# protoc doesn't create the __init__.py for the nitric module, so we need to create it.
34
@mkdir -p $(OUTPUT)/nitric/
35
- @touch $(OUTPUT)/nitric/__init.py__
+ @touch $(OUTPUT)/nitric/__init__.py
36
@python3 -m grpc_tools.protoc -I $(CONTRACTS) --python_betterproto_out=$(OUTPUT) ./contracts/proto/*/*/*.proto
37
38
nitric/proto/nitric/__init.py__ nitric/proto/nitric/__init__.pynitric/proto/nitric/__init.py__ renamed to nitric/proto/nitric/__init__.py
0 commit comments