Skip to content

Commit fe11829

Browse files
committed
additional fixes
1 parent eb5644e commit fe11829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.generator/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def _copy_files_needed_for_post_processing(output: str, input: str, library_id:
330330
os.makedirs(
331331
f"{output}/{path_to_library}/scripts/client-post-processing", exist_ok=True
332332
)
333+
# TODO(https://github.com/googleapis/synthtool/pull/2126): Remove once this PR is merged
333334
# This is needed to avoid the following error for proto-only libraries
334335
# Traceback (most recent call last):
335336
# File "/app/./cli.py", line 535, in handle_generate

0 commit comments

Comments
 (0)