diff --git a/scripts/update_contributors.py b/scripts/update_contributors.py index 1738caf49..7f7b48d76 100644 --- a/scripts/update_contributors.py +++ b/scripts/update_contributors.py @@ -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()