vars/api: rename 'get_generators_closure' into 'get_machine_generators'

This commit is contained in:
Johannes Kirschbauer
2025-07-06 20:45:07 +02:00
parent a2c016718a
commit 00df032635
3 changed files with 5 additions and 5 deletions

View File

@@ -423,7 +423,7 @@ def get_closure(
@API.register
def get_generators_closure(
def get_machine_generators(
machine_name: str,
base_dir: Path,
full_closure: bool = False,