what not even god should do
tonight i’ve been stepping through some piece of python (trying to figure out why some objects haven’t been uncataloged after delete) and look what i found in my pdb session:
> Products/PluggableAuthService/PropertiedUser.py(152)allowed()
-> if object_roles is _what_not_even_god_should_do:
(Pdb)
> Products/PluggableAuthService/PropertiedUser.py(156)allowed()
-> if object_roles is None or ‘Anonymous’ in object_roles:
(Pdb) p _what_not_even_god_should_do
[]
:) that’s python…
Powered by Qumana
Leave a Reply