reverting change

This commit is contained in:
Salman Mohammadi
2025-08-13 11:27:15 +01:00
parent e05acccd77
commit c09b0a3bbf

View File

@@ -67,14 +67,12 @@ def build_command(base_cmd: list[str], options: dict[str, Any]) -> list[str]:
def generate_config_files(config: str, sweep: str | None) -> Iterator[tuple[str, bool]]:
"""
Generate list of configuration files to process.
Generate list of configuration files to process. Yields a tuple of the configuration file name and a boolean indicating
whether this is a group of configurations (i.e., a sweep).
Args:
config: Base configuration file
sweep: Sweep configuration file
Yields:
Configuration file name and whether this is a group of configurations
"""
if not sweep: