From fb36814669d9637f2539e6038162f22cdc033f84 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Thu, 5 Dec 2024 10:11:46 +0100 Subject: [PATCH] Use default value for the `filename` parameter 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 ef76d3b771..8002392e2a 100755 --- a/tf-psa-crypto/scripts/config.py +++ b/tf-psa-crypto/scripts/config.py @@ -134,7 +134,7 @@ class TFPSACryptoConfig(config_common.Config): and modify the configuration. """ - def __init__(self, filename): + def __init__(self, filename=None): """Read the PSA crypto configuration files.""" super().__init__()