Use default value for the filename parameter

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2024-12-05 10:11:46 +01:00
parent 75c7e13fa7
commit fb36814669
No known key found for this signature in database
GPG Key ID: 6310BD29B0BFF98C

View File

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