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__()