Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another traceback on Westmoreland file #3

Open
GoogleCodeExporter opened this issue Jun 10, 2015 · 0 comments
Open

Another traceback on Westmoreland file #3

GoogleCodeExporter opened this issue Jun 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant