mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-12 13:18:28 +03:00
Switch back to using yaml with dot notation
(two simple helper functions to convert between dot and dict notation)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user