This commit is contained in:
Salman Mohammadi
2025-08-12 15:34:46 +01:00
parent ec94d632f3
commit 42c16024a2

View File

@@ -74,9 +74,7 @@ def generate_config_files(config: str, sweep: str | None) -> Iterator[tuple[str,
sweep: Sweep configuration file
Yields:
tuple[str, bool]: (config_file, is_group)
- config_file: configuration file path
- is_group: whether this is a group of configurations
tuple[str, bool]: configuration file path, and a boolean indicating if this is a group of configurations.
"""
if not sweep: