2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-01-19 09:22:32 +00:00

fix variables needed for error message

This commit is contained in:
Philip Sargent 2022-07-21 09:40:35 +03:00
parent dd0a448f90
commit 3e869ae76a

View File

@ -97,7 +97,7 @@ xlate = {"url": "description url",
"survex": "survex file",
}
def get_complaints(complaints, waldata, svxfiles, files):
def get_complaints(complaints, waldata, svxfiles, files, wallet, wurl):
'''Taken from old script wallets.py and edited to make more comprehensible
Loads the survex files names and processes all complaints
'''
@ -377,7 +377,7 @@ def scanupload(request, path=None):
#Survex and survex complaints
complaints, caveobject = get_complaints([], waldata, svxfiles, files)
complaints, caveobject = get_complaints([], waldata, svxfiles, files, wallet, wurl)
for f in checkboxes: