Fix a bug in the context code.

This commit is contained in:
Felix Fontein 2025-02-10 22:55:42 +01:00
parent 7ad121760e
commit e02ef61f11

View File

@ -101,7 +101,7 @@ class Context(object):
meta["Name"],
orchestrator=meta["Metadata"].get("StackOrchestrator", None),
endpoints=meta.get("Endpoints", None),
description=meta.get('Description'))
description=meta["Metadata"].get('Description'))
instance.context_type = meta["Metadata"].get("Type", None)
instance._load_certs()
instance.meta_path = get_meta_dir(name)