Open
Description
To reproduce:
cd docs data
pserve --reload ../../development.ini
then hit the URL hsimple.root/hpx/!table/
.
The following `TypeError` will show up in your browser:
Traceback (most recent call last):
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pyramid_debugtoolbar-1.0.4-py2.7.egg/pyramid_debugtoolbar/panels/performance.py", line 55, in resource_timer_handler
result = handler(request)
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pyramid-1.4-py2.7.egg/pyramid/tweens.py", line 21, in excview_tween
response = handler(request)
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pyramid-1.4-py2.7.egg/pyramid/router.py", line 161, in handle_request
response = view_callable(context, request)
File "/Users/deil/Library/Python/2.7/lib/python/site-packages/pyramid-1.4-py2.7.egg/pyramid/config/views.py", line 345, in rendered_view
result = view(context, request)
File "/Users/deil/code/WebOOT/weboot/views/__init__.py", line 24, in view_root_object
content="\n".join(context.content),
TypeError