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 committed Mar 27, 2024
1 parent 739ddbb commit fedeb32
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 fedeb32

Please sign in to comment.