From 1085a14b92c395cd87e8c5fc3fa420b302f3ab73 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 14 Sep 2023 13:40:33 +0300 Subject: comments --- parsers/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/caves.py') diff --git a/parsers/caves.py b/parsers/caves.py index d89aae0..272deaf 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -143,7 +143,7 @@ def create_new_cave(svxpath, msg=None): raise # we know what the survex file is, we don't need to use the guess. - # But this sets the survex file on he cave from the first one we find, not necessarily the best survex file for this cave + # But this sets the survex file on the cave from the first one we find, not necessarily the best survex file for this cave cave.survex_file=survex_file cave.areacode=areacode cave.save() -- cgit v1.2.3