FYI, I've filed a ticket as well as a workaround:
https://github.com/Pylons/pyramid_debugtoolbar/issues/40
Replace line 26 in pyramid_debugtoolbar-0.9.4-py2.7.egg/
pyramid_debugtoolbar/toolbar.py
- p_dt_active = url_unquote(self.request.cookies.get('p_dt_active',
''))
+ p_dt_active = url_unquote(self.request.cookies.get('p_dt_active') or
'')
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.