From 823a99256ad44958485e0892e48c6ec5898ef61b Mon Sep 17 00:00:00 2001 From: Elias Freider Date: Wed, 4 Sep 2024 11:09:39 +0200 Subject: [PATCH] oops --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 88ed5836b..4e63b1b65 100644 --- a/tasks.py +++ b/tasks.py @@ -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}" )