From f4cd1ae0e118b1975b8400ca4047a1d5ca7e20c1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 18 Jan 2024 15:53:07 +0100 Subject: Rename DFATOOL_{'' → ULS_}SKIP_CODEPENDENT_CHECK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/parameters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/parameters.py b/lib/parameters.py index b5bd53a..00ab70a 100644 --- a/lib/parameters.py +++ b/lib/parameters.py @@ -282,7 +282,7 @@ def codependent_param_dict(param_values): if not len(param_values): logger.warning("codependent_param_dict called with param_values=[]") return dict() - if bool(int(os.getenv("DFATOOL_SKIP_CODEPENDENT_CHECK", 0))): + if bool(int(os.getenv("DFATOOL_ULS_SKIP_CODEPENDENT_CHECK", 0))): return dict() lut = [dict() for i in param_values[0]] for param_index in range(len(param_values[0])): -- cgit v1.2.3