From 411121f7c0b4ef83010f5dfc30a37865a8c4cfd3 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 21 Feb 2025 18:26:16 +0000 Subject: [PATCH] Apply suggestions from code review --- scripts/update_contributors.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()