2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 21:37:11 +00:00

more explanation

This commit is contained in:
2025-01-21 14:50:01 +00:00
parent 8ac3791fcf
commit fd4a3bc015

View File

@@ -186,7 +186,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
except: except:
file_complaint = ( file_complaint = (
f"{wallet} Survex file {sx} exists, but is not registered in the database {sxpath}. How?!.." + f"{wallet} Survex file {sx} exists, but is not registered in the database {sxpath}. How?!.." +
f"\nOK, no need to do a database reset. To fix this, open and save the survex file. This will register it in the live database." f"\nOK, no need to do a database reset. To fix this, open and save the survex file by clicking on the link to it below. This will register it in the live database."
) )
complaints.append(file_complaint) complaints.append(file_complaint)
message = f"! {file_complaint}" message = f"! {file_complaint}"