Closed AstraLuma closed 12 years ago
This really, really needs to be fixed.
It's a problem with it not storing the modified list.
I cannot explain how, nor why, but it seems to be fixed. I didn't do anything except add debugging statements. And yet, it works now.
Re-open this bug if problem persists.
I don't know how this solved the problem. It really shouldn't have.
The error is in line 71. The only way this should work is if you're using the picklestore.
Aha. More data. When I reload tell from tell.pyc, it fixes itself. I wonder if tell.pyc is an old pyc that still uses pickle?
That would have to be really old, and Python should prevent that.
The easy way to tell is delete all the .pyc and .pyo files and restart BotSteve. That will force Python to recompile all of the files.
This needs to be fixed.