Commit dff9e32
authored
chore(librarian): update exception and valid namespaces (#14458)
This fixes the following issue which caused
#14457 to fail
with `Generation failed for google-cloud-video-live-stream`
```
ValueError: Build failed.
raise ValueError("Build failed.") from e
File "/app/./cli.py", line 601, in handle_build
args.func(librarian=args.librarian, repo=args.repo)
File "/app/./cli.py", line 1014, in <module>
Traceback (most recent call last):
The above exception was the direct cause of the following exception:
ValueError: The namespace `google.cloud.video` for `google-cloud-video-live-stream` must be one of ['google', 'google.apps', 'google.ads', 'google.cloud', 'google.maps', 'google.shopping', 'google.cloud.billing'].
raise ValueError(
File "/app/./cli.py", line 546, in _verify_library_namespace
_verify_library_namespace(library_id, repo)
File "/app/./cli.py", line 597, in handle_build
Traceback (most recent call last):
```1 parent d0b9c9f commit dff9e32
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
512 | 526 | | |
513 | 527 | | |
| 528 | + | |
514 | 529 | | |
515 | 530 | | |
| 531 | + | |
516 | 532 | | |
| 533 | + | |
517 | 534 | | |
518 | 535 | | |
| 536 | + | |
519 | 537 | | |
520 | 538 | | |
521 | 539 | | |
| |||
0 commit comments