Skip to content

Commit 6b6cf29

Browse files
authored
fix: add missing init file to generated proto module
2 parents bbfb08d + d6e19d6 commit 6b6cf29

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ grpc-client: install download
3232
@mkdir -p $(OUTPUT)
3333
# protoc doesn't create the __init__.py for the nitric module, so we need to create it.
3434
@mkdir -p $(OUTPUT)/nitric/
35-
@touch $(OUTPUT)/nitric/__init.py__
35+
@touch $(OUTPUT)/nitric/__init__.py
3636
@python3 -m grpc_tools.protoc -I $(CONTRACTS) --python_betterproto_out=$(OUTPUT) ./contracts/proto/*/*/*.proto
3737

3838

0 commit comments

Comments
 (0)