mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-03-22 02:01:51 +00:00
fix variables needed for error message
This commit is contained in:
parent
dd0a448f90
commit
3e869ae76a
@ -97,7 +97,7 @@ xlate = {"url": "description url",
|
|||||||
"survex": "survex file",
|
"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
|
'''Taken from old script wallets.py and edited to make more comprehensible
|
||||||
Loads the survex files names and processes all complaints
|
Loads the survex files names and processes all complaints
|
||||||
'''
|
'''
|
||||||
@ -377,7 +377,7 @@ def scanupload(request, path=None):
|
|||||||
|
|
||||||
|
|
||||||
#Survex and survex complaints
|
#Survex and survex complaints
|
||||||
complaints, caveobject = get_complaints([], waldata, svxfiles, files)
|
complaints, caveobject = get_complaints([], waldata, svxfiles, files, wallet, wurl)
|
||||||
|
|
||||||
|
|
||||||
for f in checkboxes:
|
for f in checkboxes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user