commit | fb36814669d9637f2539e6038162f22cdc033f84 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Dec 05 10:11:46 2024 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Dec 05 10:11:46 2024 +0100 |
tree | 6bb46e5fed66d7f066a2dfa0745e77e7d574ac29 | |
parent | 75c7e13fa722a48dd9b95237621aabdf9370cecf [diff] |
Use default value for the `filename` parameter Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/tf-psa-crypto/scripts/config.py b/tf-psa-crypto/scripts/config.py index ef76d3b..8002392 100755 --- a/tf-psa-crypto/scripts/config.py +++ b/tf-psa-crypto/scripts/config.py
@@ -134,7 +134,7 @@ and modify the configuration. """ - def __init__(self, filename): + def __init__(self, filename=None): """Read the PSA crypto configuration files.""" super().__init__()