Fix the 'full' mode which creates a complete config file

This commit is contained in:
Patrick Robertson
2025-02-20 11:29:36 +00:00
parent 4b51ec9ad5
commit 49b6c32058
3 changed files with 13 additions and 5 deletions

View File

@@ -22,8 +22,8 @@ DEFAULT_CONFIG_FILE = "orchestration.yaml"
EMPTY_CONFIG = _yaml.load("""
# Auto Archiver Configuration
# Steps are the modules that will be run in the order they are defined
# Steps are the modules that will be run in the order they are defined
steps:""" + "".join([f"\n {module}s: []" for module in MODULE_TYPES]) + \
"""