From 69340db43874d1ed9a2c4d27595c090016dc4c55 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 6 Sep 2023 22:58:14 +0300 Subject: SurvexDirectory removed from active code --- core/views/wallets_edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/wallets_edit.py') diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index 580c6c1..9f9d02d 100644 --- a/core/views/wallets_edit.py +++ b/core/views/wallets_edit.py @@ -163,7 +163,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl): # can happen if connecting a wallet to a survex file.. i think.. QSsvxfiles = SurvexFile.objects.filter(path=sxpath) for s in QSsvxfiles: - print(s.path, s.cave, s.survexdirectory) + print(s.path, s.cave, s.primary) # QSsvxfiles[0] # dont' know how this happened, fix later.. except: file_complaint = ( -- cgit v1.2.3