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

Power calc for null #233

Open
davidmiller opened this issue Jan 14, 2014 · 0 comments
Open

Power calc for null #233

davidmiller opened this issue Jan 14, 2014 · 0 comments
Assignees

Comments

@davidmiller
Copy link
Member

Traceback (most recent call last):

File "/home/app/randomise_me/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, _callback_args, *_callback_kwargs)

File "/home/app/randomise_me/local/lib/python2.7/site-packages/django/views/generic/base.py", line 68, in view
return self.dispatch(request, _args, *_kwargs)

File "/home/app/randomise_me/local/lib/python2.7/site-packages/django/views/generic/base.py", line 86, in dispatch
return handler(request, _args, *_kwargs)

File "/home/app/randomise_me/rm/stats/views.py", line 39, in post
p1, p2 = int(self.request.POST.get('p1', 0)), int(self.request.POST.get('p2', 0))

ValueError: invalid literal for int() with base 10: ''

@ghost ghost assigned davidmiller Jan 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant