Skip to content

chore(librarian): fix .repo-metadata.json in googleapis-common-protos#14609

Merged
ohmayr merged 1 commit intomainfrom
fix-repo-metadata
Oct 1, 2025
Merged

chore(librarian): fix .repo-metadata.json in googleapis-common-protos#14609
ohmayr merged 1 commit intomainfrom
fix-repo-metadata

Conversation

@parthea
Copy link
Copy Markdown
Contributor

@parthea parthea commented Oct 1, 2025

This PR fixes the following stack trace which caused generation to fail for googleapis-common-protos

Traceback (most recent call last):
  File "/app/./cli.py", line 535, in handle_generate
    _run_post_processor(output, library_id)
  File "/app/./cli.py", line 300, in _run_post_processor
    python_mono_repo.owlbot_main(path_to_library)
  File "/usr/local/lib/python3.9/site-packages/synthtool/languages/python_mono_repo.py", line 256, in owlbot_main
    default_version = json.load(
  File "/usr/local/lib/python3.9/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 13 column 1 (char 609)

@parthea parthea requested a review from a team October 1, 2025 18:09
@parthea parthea requested a review from a team as a code owner October 1, 2025 18:09
@parthea parthea requested a review from vchudnov-g October 1, 2025 18:09
@ohmayr ohmayr merged commit 28af3a8 into main Oct 1, 2025
26 checks passed
@ohmayr ohmayr deleted the fix-repo-metadata branch October 1, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants