I have a problem with pylons.decorators.cache in pylons:
0.9.7rc2dev-20081001
my code:
from pylons.decorators.cache import beaker_cache
@beaker_cache(expire=60*60*2, type='memory')
def get_woj_list():
#some action here..
.. and i got:
Module pylons.decorators.cache, line 57, in wrapper
self = args[0]
IndexError: tuple index out of range
full traceback is on:
http://beta.pylonshq.com/tracebacks/58754eff-f1bd-4e3d-be39-398161992fac
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-devel" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---