Skip to content

Commit

Permalink
fix: add main to generate_repo.py (#2607)
Browse files Browse the repository at this point in the history
In todays's nightly generation job
([log](https://github.com/googleapis/google-cloud-java/actions/runs/8457767424/job/23170489394)),
no actual generation is done.

I think this is because `main` method has been removed by #2598.
  • Loading branch information
JoeWang1127 authored and lqiu96 committed Mar 28, 2024
1 parent f06fa6b commit f1143cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ def get_target_libraries(
for library in config.libraries
if library.get_library_name() in target_libraries
]


if __name__ == "__main__":
main()

0 comments on commit f1143cb

Please sign in to comment.