@@ -330,23 +330,6 @@ 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
334- # This is needed to avoid the following error for proto-only libraries
335- # Traceback (most recent call last):
336- # File "/app/./cli.py", line 535, in handle_generate
337- # _run_post_processor(output, library_id)
338- # File "/app/./cli.py", line 300, in _run_post_processor
339- # python_mono_repo.owlbot_main(path_to_library)
340- # File "/usr/local/lib/python3.9/site-packages/synthtool/languages/python_mono_repo.py", line 310, in owlbot_main
341- # create_symlink_docs_readme(package_dir)
342- # File "/usr/local/lib/python3.9/site-packages/synthtool/languages/python_mono_repo.py", line 102, in create_symlink_docs_readme
343- # create_symlink_in_docs_dir(package_dir, "README.rst")
344- # File "/usr/local/lib/python3.9/site-packages/synthtool/languages/python_mono_repo.py", line 82, in create_symlink_in_docs_dir
345- # os.chdir(f"{package_dir}/docs")
346- # FileNotFoundError: [Errno 2] No such file or directory: 'packages/google-cloud-access-context-manager/docs'
347- os .makedirs (
348- f"{ output } /{ path_to_library } /docs" , exist_ok = True
349- )
350333 # TODO(https://github.com/googleapis/librarian/issues/2334):
351334 # if `.repo-metadata.json` for a library exists in
352335 # `.librarian/generator-input`, then we override the generated `.repo-metadata.json`
0 commit comments