Skip to content

Commit 28af3a8

Browse files
authored
chore(librarian): fix .repo-metadata.json in googleapis-common-protos (#14609)
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) ```
1 parent aef03d7 commit 28af3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/generator-input/packages/googleapis-common-protos/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"library_type": "CORE",
1010
"repo": "googleapis/google-cloud-python",
1111
"distribution_name": "googleapis-common-protos",
12-
"default_version": "apiVersion",
12+
"default_version": "apiVersion"
1313
}

0 commit comments

Comments
 (0)