From 0bbb0a517324a8892c339dc156f004fa58086f21 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 1 Aug 2025 14:19:39 +0200 Subject: [PATCH] typo bug --- parsers/survex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/survex.py b/parsers/survex.py index 75b9bda..c4ba3bb 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -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)