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 4254c6f commit e2da645Copy full SHA for e2da645
scripts/gen_protos.py
@@ -64,7 +64,6 @@ def fix_generated_output(base_path: Path):
64
- protoc doesn't generate the correct import paths
65
(https://github.com/protocolbuffers/protobuf/issues/1491)
66
"""
67
- print("Fixing generated protoc output")
68
imports: Mapping[str, List[str]] = collections.defaultdict(list)
69
for p in base_path.iterdir():
70
if p.is_dir():
0 commit comments