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

Exception when using _link("index", None) in template #2931

Merged
merged 1 commit into from Dec 6, 2017

Conversation

felixfontein
Copy link
Contributor

This is caused because the path handler for index does int(classification) (where classification is None) and only watches for ValueError, while int(None) raises a TypeError. This bug was introduced in 50c43b7.

@Kwpolska Kwpolska merged commit 927a2b4 into master Dec 6, 2017
@Kwpolska Kwpolska deleted the fix-exceptions branch December 6, 2017 18:03
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

Successfully merging this pull request may close these issues.

None yet

2 participants