diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-09-16 23:22:45 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-09-16 23:22:45 +0300 |
commit | 9cd009f8ba7dad3a8386d09402702dec5f705abf (patch) | |
tree | a9d0b4051f0a8bc2ef971fe9f0eb97b4538da951 /core/views/uploads.py | |
parent | 68865a80efd95f30afc04f6cb83d3ac57000b98c (diff) | |
download | troggle-9cd009f8ba7dad3a8386d09402702dec5f705abf.tar.gz troggle-9cd009f8ba7dad3a8386d09402702dec5f705abf.tar.bz2 troggle-9cd009f8ba7dad3a8386d09402702dec5f705abf.zip |
typo, bugfix
Diffstat (limited to 'core/views/uploads.py')
-rw-r--r-- | core/views/uploads.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |