formatting

This commit is contained in:
Suhas Srinivasan 2021-02-01 13:38:55 -05:00
parent f250406e7d
commit 44310cb2db

View file

@ -43,7 +43,7 @@ def deserialize_config_args(input: list) -> dict:
cfg_value = True
elif cfg_value.lower() == "false":
cfg_value = False
runtime_modifications[cfg_key] = cfg_value
return runtime_modifications