We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f217637 commit 411121fCopy full SHA for 411121f
scripts/update_contributors.py
@@ -98,6 +98,5 @@ def write_md_file(contributors):
98
99
if __name__ == "__main__":
100
if GITHUB_REPO is None:
101
- msg = "No github repo, please set the environment variable GITHUB_REPOSITORY"
102
- raise RuntimeError(msg)
+ raise RuntimeError("No github repo, please set the environment variable GITHUB_REPOSITORY")
103
main()
0 commit comments