Skip to content

Commit fedeb32

Browse files
authored
fix: add main to generate_repo.py (#2607)
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.
1 parent 739ddbb commit fedeb32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library_generation/generate_repo.py

+4
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ def get_target_libraries(
155155
for library in config.libraries
156156
if library.get_library_name() in target_libraries
157157
]
158+
159+
160+
if __name__ == "__main__":
161+
main()

0 commit comments

Comments
 (0)