mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-01 10:51:37 +01:00
a few missing 'pass' statements
This commit is contained in:
@@ -490,6 +490,7 @@ def walletedit(request, path=None):
|
||||
for bsf in b:
|
||||
waldata["survex file"].append(bsf.survexfile.path)
|
||||
except:
|
||||
pass
|
||||
# print(f"--- No wallet {wallet} exists in database")
|
||||
return waldata
|
||||
|
||||
@@ -648,8 +649,8 @@ def walletedit(request, path=None):
|
||||
elif len(caves) > 1:
|
||||
pass
|
||||
# print(
|
||||
f" - More than one Cave {caves} in this wallet {wallet}. Not managed in this troggle release."
|
||||
)
|
||||
# f" - More than one Cave {caves} in this wallet {wallet}. Not managed in this troggle release."
|
||||
# )
|
||||
|
||||
if len(names) == 1:
|
||||
names = names[0]
|
||||
|
||||
Reference in New Issue
Block a user