mirror of
https://github.com/vale981/ablog
synced 2025-03-06 09:41:39 -05:00
Still looking into pickling.
This commit is contained in:
parent
5b00d4bf60
commit
5b77f2bac8
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ def skip_pickling(env):
|
||||||
isinstance(val, types.FunctionType) or \
|
isinstance(val, types.FunctionType) or \
|
||||||
isinstance(val, class_types):
|
isinstance(val, class_types):
|
||||||
del self.config[key]
|
del self.config[key]
|
||||||
|
print('Trying to pickle:')
|
||||||
try_pickling(env)
|
try_pickling(env)
|
||||||
# reset attributes
|
# reset attributes
|
||||||
self.domains = domains
|
self.domains = domains
|
||||||
|
|
Loading…
Add table
Reference in a new issue