Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
freider committed Sep 4, 2024
1 parent 858dcf4 commit 823a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def protoc(ctx):
grpc_plugin_path = Path(__file__).parent / "protoc_plugin" / "plugin.py"
ctx.run(
f"{protoc_cmd} --plugin=protoc-gen-modal-grpclib-python={grpc_plugin_path}"
+ " --modal-grpclib-python_out=. -I . {input_files}"
+ f" --modal-grpclib-python_out=. -I . {input_files}"
)


Expand Down

0 comments on commit 823a992

Please sign in to comment.