Skip to content

Commit

Permalink
fix: add missing init file to generated proto module
Browse files Browse the repository at this point in the history
  • Loading branch information
jyecusch authored Apr 6, 2023
2 parents bbfb08d + d6e19d6 commit 6b6cf29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ grpc-client: install download
@mkdir -p $(OUTPUT)
# protoc doesn't create the __init__.py for the nitric module, so we need to create it.
@mkdir -p $(OUTPUT)/nitric/
@touch $(OUTPUT)/nitric/__init.py__
@touch $(OUTPUT)/nitric/__init__.py
@python3 -m grpc_tools.protoc -I $(CONTRACTS) --python_betterproto_out=$(OUTPUT) ./contracts/proto/*/*/*.proto


Expand Down
File renamed without changes.

0 comments on commit 6b6cf29

Please sign in to comment.