mirror of
https://github.com/vale981/ablog
synced 2025-03-06 01:31:39 -05:00
Still looking into pickling.
This commit is contained in:
parent
e35657c9c7
commit
478e6f8902
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def skip_pickling(env):
|
|||
|
||||
|
||||
env._topickle = env.topickle
|
||||
def topickle(self, *args):
|
||||
def topickle(self=env, *args):
|
||||
|
||||
warnfunc = self._warnfunc
|
||||
self.set_warnfunc(None)
|
||||
|
|
Loading…
Add table
Reference in a new issue