Apply suggestions from code review

This commit is contained in:
Bruno Alla 2025-02-21 18:26:16 +00:00 committed by GitHub
parent f217637d6c
commit 411121f7c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,5 @@ def write_md_file(contributors):
if __name__ == "__main__":
if GITHUB_REPO is None:
msg = "No github repo, please set the environment variable GITHUB_REPOSITORY"
raise RuntimeError(msg)
raise RuntimeError("No github repo, please set the environment variable GITHUB_REPOSITORY")
main()