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.
1 parent b39655d commit b62a259Copy full SHA for b62a259
src/frequenz/repo/config/setuptools/grpc_tools.py
@@ -76,7 +76,10 @@ def run(self) -> None:
76
]
77
78
if not proto_files:
79
- print(f"No proto files found in {self.proto_path}/**/{self.proto_glob}/")
+ print(
80
+ f"No proto files found in {self.proto_path}/**/{self.proto_glob}/, "
81
+ "skipping compilation of proto files."
82
+ )
83
return
84
85
protoc_cmd = (
0 commit comments