2
0
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:
2026-02-09 15:45:19 +00:00
parent a153905e15
commit b5d20373b0
5 changed files with 9 additions and 6 deletions

View File

@@ -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]