in src/utils/run_utils.py [0:0]
def _maybe_bool(value: str): if value == 'True': value = True if value == 'False': value = False return value