diff options
Diffstat (limited to 'core/models/wallets.py')
-rw-r--r-- | core/models/wallets.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/models/wallets.py b/core/models/wallets.py index 0382adb..dbf3d14 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -208,6 +208,7 @@ class Wallet(models.Model): if not (Path(settings.SURVEX_DATA) / sx).is_file(): message=f"{self} Survex file {sx} was not found in LOSER repo" DataIssue.objects.update_or_create(parser="wallets", message=message, url=wurl) + # check using <kataster> field on the cave whether it has been renamed... def allcaves(self): """Called when parsing importing all data. Called on all new wallets, but before |