diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-09-06 22:58:14 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-09-06 22:58:14 +0300 |
commit | 69340db43874d1ed9a2c4d27595c090016dc4c55 (patch) | |
tree | cc485c7dfb63b0ae3929b93354d1a552c4fbbd80 /core/views/wallets_edit.py | |
parent | 1ddb8248dff14b819c0037b9f59d68aedeba9829 (diff) | |
download | troggle-69340db43874d1ed9a2c4d27595c090016dc4c55.tar.gz troggle-69340db43874d1ed9a2c4d27595c090016dc4c55.tar.bz2 troggle-69340db43874d1ed9a2c4d27595c090016dc4c55.zip |
SurvexDirectory removed from active code
Diffstat (limited to 'core/views/wallets_edit.py')
-rw-r--r-- | core/views/wallets_edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ( |