From e2c1cefb521d5379c37e9bce15386069e546573c Mon Sep 17 00:00:00 2001 From: Connor O'Kane Date: Fri, 30 Aug 2024 14:11:38 +0100 Subject: [PATCH] testing apply of rulesets --- custom-properties/set_org_custom_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-properties/set_org_custom_properties.py b/custom-properties/set_org_custom_properties.py index 88e811b7..d2cf9c74 100644 --- a/custom-properties/set_org_custom_properties.py +++ b/custom-properties/set_org_custom_properties.py @@ -174,4 +174,4 @@ def load_production_repos(): except requests.RequestException as e: logging.error(f"Failed to set properties for {repo_full_name}: {str(e)}") -logging.info("\nScript execution completed.") \ No newline at end of file +logging.info("\nScript execution completed.")