2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 12:27:05 +00:00
This commit is contained in:
2023-09-14 13:40:33 +03:00
parent 0295fce110
commit 1085a14b92
2 changed files with 4 additions and 2 deletions

View File

@@ -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()