Switch back to using yaml with dot notation

(two simple helper functions to convert between dot and dict notation)
This commit is contained in:
Patrick Robertson
2025-01-22 17:40:51 +01:00
parent 54995ad6ab
commit b6b085854c
3 changed files with 77 additions and 39 deletions

View File

@@ -62,7 +62,7 @@ class Module:
def load_manifest(module_path):
print(f"Loading manifest for module {module_path}")
# print(f"Loading manifest for module {module_path}")
# load the manifest file
manifest = copy.deepcopy(_DEFAULT_MANIFEST)