Skip to content

Commit 411121f

Browse files
authored
Apply suggestions from code review
1 parent f217637 commit 411121f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update_contributors.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,5 @@ def write_md_file(contributors):
9898

9999
if __name__ == "__main__":
100100
if GITHUB_REPO is None:
101-
msg = "No github repo, please set the environment variable GITHUB_REPOSITORY"
102-
raise RuntimeError(msg)
101+
raise RuntimeError("No github repo, please set the environment variable GITHUB_REPOSITORY")
103102
main()

0 commit comments

Comments
 (0)