mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-22 09:57:23 +00:00
Improve tests/scripts/depends.py code
As suggested by gilles-peskine-arm. Co-authored-by: Gilles Peskine <[email protected]> Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
co-authored by
Gilles Peskine
parent
576803faa2
commit
81cf5ad347
@@ -138,9 +138,7 @@ Remove the backup file if it was saved earlier."""
|
||||
shutil.copy(options.config_backup, options.config)
|
||||
|
||||
def option_exists(conf, option):
|
||||
if option not in conf.settings:
|
||||
return False
|
||||
return True
|
||||
return option in conf.settings
|
||||
|
||||
def set_config_option_value(conf, option, colors, value: Union[bool, str]):
|
||||
"""Set/unset a configuration option, optionally specifying a value.
|
||||
|
||||
Reference in New Issue
Block a user