From c716aade4fe96bb6c4993e58329c28d98d1ca3b5 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Thu, 5 Dec 2024 18:41:27 +0100 Subject: [PATCH] Make the file path generation more transparent Signed-off-by: Gabor Mezei --- tf-psa-crypto/scripts/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-psa-crypto/scripts/config.py b/tf-psa-crypto/scripts/config.py index 8412637235..474fea3953 100755 --- a/tf-psa-crypto/scripts/config.py +++ b/tf-psa-crypto/scripts/config.py @@ -147,7 +147,7 @@ class TFPSACryptoConfigFile(config_common.ConfigFile): os.path.join(os.path.dirname(__file__), os.pardir, _path_in_tree), - os.path.join(os.path.dirname(os.path.abspath(os.path.dirname(__file__))), + os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), _path_in_tree)] def __init__(self, filename=None):