summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/views/wallets_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py
index 2387123..7cf2251 100644
--- a/core/views/wallets_edit.py
+++ b/core/views/wallets_edit.py
@@ -240,7 +240,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
caveid = caveid # ?urk? why?
try:
caveobject = getCave(caveid) # may fail if garbage value ,e.g. space, in wallet data
- except MultipleObjectsReturned:
+ except:
caveobject = None
print(f'getCave for id "{waldata["cave"]}" {caveobject}')
# if not caveobject.url == waldata["description url"]: