diff --git a/core/models/caves.py b/core/models/caves.py index 473cd6b..c6f229b 100644 --- a/core/models/caves.py +++ b/core/models/caves.py @@ -473,7 +473,7 @@ def GetCaveLookup(): print(message) DataIssue.objects.update_or_create(parser="aliases", message=message) else: - message = f" * Coding or cave existence mistake, cave for id '{a}' does not exist. Expecting to set key alias '{k}' to it" + message = f" * alias {a} (cave key {k}) not in Gcavelookup dict. when running GetCaveLookup()" DataIssue.objects.update_or_create(parser="aliases", message=message)