2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 13:03:46 +00:00
This commit is contained in:
2025-08-01 14:19:39 +02:00
parent 6ee06f0879
commit 0bbb0a5173

View File

@@ -2649,7 +2649,7 @@ def parse_one_file(fpath): # --------------------------------------in progress--
cave_svxpath = cave.survex_file[:-4] # remove .svx
else:
cave.survex_file = svxpath + ".svx"
save(cave)
cave.save()
cave_svxpath = svxpath
try:
fileroot = SurvexFile.objects.get(path=cave_svxpath)