Commit 28af3a8
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- .librarian/generator-input/packages/googleapis-common-protos
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
0 commit comments