mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 14:51:38 +00:00
typo bug
This commit is contained in:
@@ -2649,7 +2649,7 @@ def parse_one_file(fpath): # --------------------------------------in progress--
|
|||||||
cave_svxpath = cave.survex_file[:-4] # remove .svx
|
cave_svxpath = cave.survex_file[:-4] # remove .svx
|
||||||
else:
|
else:
|
||||||
cave.survex_file = svxpath + ".svx"
|
cave.survex_file = svxpath + ".svx"
|
||||||
save(cave)
|
cave.save()
|
||||||
cave_svxpath = svxpath
|
cave_svxpath = svxpath
|
||||||
try:
|
try:
|
||||||
fileroot = SurvexFile.objects.get(path=cave_svxpath)
|
fileroot = SurvexFile.objects.get(path=cave_svxpath)
|
||||||
|
|||||||
Reference in New Issue
Block a user