From b1e518b3aa39cfc01ff2a5bd8a0bbc2cc5970ac2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 23 Sep 2025 20:55:20 +0300 Subject: [PATCH] trying to track down error messages related to cave aliases in DataIssues --- core/models/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)