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 due to comparison between None and some other type #3801

Open
hwatheod opened this issue Jan 13, 2025 · 0 comments
Open

exception due to comparison between None and some other type #3801

hwatheod opened this issue Jan 13, 2025 · 0 comments
Labels

Comments

@hwatheod
Copy link
Contributor

Request Method: 	GET
Request URL: 	https://splashchicago.learningu.org/learn/Droplet/2024_Winter/catalog
Django Version: 	1.11.29
Exception Type: 	TypeError
Exception Value: 	

'<' not supported between instances of 'int' and 'NoneType'

Exception Location: 	/lu/sites/chicago/esp/esp/program/models/class_.py in _get_capacity, line 441

ans = min(self.parent_class.class_size_max, self._get_room_capacity(rooms))

Similar symptoms as #3797 - we may have this issue in a lot of places.

@hwatheod hwatheod added the Error label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant