You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing bug #2, now the file from Westmoreland leads to a new traceback:
Traceback (most recent call last):
File "/home/www-data/web2py/gluon/restricted.py", line 192, in restricted
exec ccode in environment
File "/home/www-data/web2py/applications/audit_bear/compiled/controllers_default_index.py", line 109, in <module>
File "/home/www-data/web2py/gluon/globals.py", line 137, in <lambda>
self._caller = lambda f: f()
File "/home/www-data/web2py/applications/audit_bear/compiled/controllers_default_index.py", line 45, in index
File "applications/audit_bear/modules/dispatcher.py", line 33, in dispatcher
results.append(pebActivateBallot(el152, el155, el68a, dateclass, report.Report()))
File "applications/audit_bear/modules/fileAnomalies.py", line 218, in pebActivateBallot
if len(mPEBmap[x.serialNumber]) > 1:
KeyError: '5160221'
Looks like x.serialNumber holds the value 5160221, but mPEBmap doesn't contain
that key. Not sure what the deal is here.
Original issue reported on code.google.com by [email protected] on 17 Jul 2013 at 6:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Jul 2013 at 6:21The text was updated successfully, but these errors were encountered: