From 9cd009f8ba7dad3a8386d09402702dec5f705abf Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 16 Sep 2022 23:22:45 +0300 Subject: [PATCH] typo, bugfix --- core/views/uploads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/uploads.py b/core/views/uploads.py index 975e8f1..13c76e6 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -157,7 +157,7 @@ def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl): sx = sx + ".svx" svxfiles.append(sx) if not (Path(settings.SURVEX_DATA) / sx).is_file(): - file_complaint = f"{wallet} Incorrect survex file name in {wallet} wallet data. {svx} was not found in LOSER repo" + file_complaint = f"{wallet} Incorrect survex file name in {wallet} wallet data. {sx} was not found in LOSER repo" complaints.append(file_complaint) message = f"! {file_complaint}" print(message)