pyegeria 5.3.8.4__py3-none-any.whl → 5.3.8.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -203,7 +203,7 @@ def display_glossary_terms(
203
203
  glossary_guid = None
204
204
  for c in classifications:
205
205
  if c["classificationName"] == "Anchors":
206
- glossary_guid = c["classificationProperties"]["anchorGUID"]
206
+ glossary_guid = c["classificationProperties"]["anchorScopeGUID"]
207
207
 
208
208
  if glossary_guid and glossary_guid in glossary_info:
209
209
  glossary_name = glossary_info[glossary_guid]